From 3dfe2108cfab31ba3ee5527e217d0d8e99a51162 Mon Sep 17 00:00:00 2001 From: git perforce import user Date: Tue, 25 Oct 2016 12:29:14 -0600 Subject: Initial commit: PhysX 3.4.0 Update @ 21294896 APEX 1.4.0 Update @ 21275617 [CL 21300167] --- .../PhysXAPI/files/classPxBoxGeometry.html | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxGeometry.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxGeometry.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxGeometry.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxGeometry.html new file mode 100644 index 00000000..6c8e63c9 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBoxGeometry.html @@ -0,0 +1,190 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxBoxGeometry Class Reference + + + + + + + +
+

PxBoxGeometry Class Reference
+ +[Geomutils] +

Class representing the geometry of a box. +More... +

+#include <PxBoxGeometry.h> +

+

+Inheritance diagram for PxBoxGeometry:
+
+

Inheritance graph
+ +PxGeometry +
[legend]
+
+Collaboration diagram for PxBoxGeometry:
+
+

Collaboration graph
+ +PxGeometryPxVec3 +
[legend]
+ +

+List of all members. + + + + + + + + + + + + + + + + + + +

Public Member Functions

PX_INLINE PxBoxGeometry ()
 Default constructor, initializes to a box with zero dimensions.
PX_INLINE PxBoxGeometry (PxReal hx, PxReal hy, PxReal hz)
 Constructor to initialize half extents from scalar parameters.
PX_INLINE PxBoxGeometry (PxVec3 halfExtents_)
 Constructor to initialize half extents from vector parameter.
PX_INLINE bool isValid () const
 Returns true if the geometry is valid.

Public Attributes

PxVec3 halfExtents
 Half of the width, height, and depth of the box.
+


Detailed Description

+Class representing the geometry of a box. +

+The geometry of a box can be fully specified by its half extents. This is the half of its width, height, and depth.

Note:
The scaling of the box is expected to be baked into these values, there is no additional scaling parameter.
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
PX_INLINE PxBoxGeometry::PxBoxGeometry (  )  [inline]
+
+
+ +

+Default constructor, initializes to a box with zero dimensions. +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
PX_INLINE PxBoxGeometry::PxBoxGeometry (PxReal  hx,
PxReal  hy,
PxReal  hz 
) [inline]
+
+
+ +

+Constructor to initialize half extents from scalar parameters. +

+

Parameters:
+ + + + +
hx Initial half extents' x component.
hy Initial half extents' y component.
hz Initial half extents' z component.
+
+ +
+

+ +

+
+ + + + + + + + + +
PX_INLINE PxBoxGeometry::PxBoxGeometry (PxVec3  halfExtents_  )  [inline]
+
+
+ +

+Constructor to initialize half extents from vector parameter. +

+

Parameters:
+ + +
halfExtents_ Initial half extents.
+
+ +
+

+


Member Data Documentation

+ +
+ +
+ +

+Half of the width, height, and depth of the box. +

+ +

Referenced by isValid(), and PxMassProperties::PxMassProperties().

+ +
+

+


The documentation for this class was generated from the following file: +
+ +

+Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com + + -- cgit v1.2.3