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/classPxGeometry.html | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 PhysX_3.4/Documentation/PhysXAPI/files/classPxGeometry.html (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxGeometry.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxGeometry.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxGeometry.html new file mode 100644 index 00000000..05b05d61 --- /dev/null +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxGeometry.html @@ -0,0 +1,130 @@ + + + NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxGeometry Class Reference + + + + + + + +
+

PxGeometry Class Reference
+ +[Geomutils] +

A geometry object. +More... +

+#include <PxGeometry.h> +

+

+Inheritance diagram for PxGeometry:
+
+

Inheritance graph
+ +PxBoxGeometryPxCapsuleGeometryPxConvexMeshGeometryPxHeightFieldGeometryPxPlaneGeometryPxSphereGeometryPxTriangleMeshGeometry +
[legend]
+ +

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

Public Member Functions

PX_CUDA_CALLABLE
+PX_FORCE_INLINE
+PxGeometryType::Enum 
getType () const
 Returns the type of the geometry.

Protected Member Functions

PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry (PxGeometryType::Enum type)

Protected Attributes

PxGeometryType::Enum mType
+


Detailed Description

+A geometry object. +

+A geometry object defines the characteristics of a spatial object, but without any information about its placement in the world.

+

Note:
This is an abstract class. You cannot create instances directly. Create an instance of one of the derived classes instead.
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + +
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometry::PxGeometry (PxGeometryType::Enum  type  )  [inline, protected]
+
+
+ +

+ +

+

+


Member Function Documentation

+ +
+
+ + + + + + + + +
PX_CUDA_CALLABLE PX_FORCE_INLINE PxGeometryType::Enum PxGeometry::getType (  )  const [inline]
+
+
+ +

+Returns the type of the geometry. +

+

Returns:
The type of the object.
+ +

Referenced by PxMassProperties::PxMassProperties(), and PxGeometryHolder::storeAny().

+ +
+

+


Member Data Documentation

+ +

+


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