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

PxHeightFieldGeometry Class Reference
+ +[Geomutils] +

Height field geometry class. +More... +

+#include <PxHeightFieldGeometry.h> +

+

+Inheritance diagram for PxHeightFieldGeometry:
+
+

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

Collaboration graph
+ +PxGeometryPxHeightFieldPxBasePxFlags\< PxBaseFlag::Enum, PxU16 \>PxPadding\< 3 \>PxFlags\< PxMeshGeometryFlag::Enum, PxU8 \> +
[legend]
+ +

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

Public Member Functions

PX_INLINE PxHeightFieldGeometry ()
PX_INLINE PxHeightFieldGeometry (PxHeightField *hf, PxMeshGeometryFlags flags, PxReal heightScale_, PxReal rowScale_, PxReal columnScale_)
PX_INLINE bool isValid () const
 Returns true if the geometry is valid.

Public Attributes

PxHeightFieldheightField
 The height field data.
PxReal heightScale
 The scaling factor for the height field in vertical direction (y direction in local space).
PxReal rowScale
 The scaling factor for the height field in the row direction (x direction in local space).
PxReal columnScale
 The scaling factor for the height field in the column direction (z direction in local space).
PxMeshGeometryFlags heightFieldFlags
 Flags to specify some collision properties for the height field.
PxPadding< 3 > paddingFromFlags
 padding for mesh flags.
+


Detailed Description

+Height field geometry class. +

+This class allows to create a scaled height field geometry instance.

+There is a minimum allowed value for Y and XZ scaling - PX_MIN_HEIGHTFIELD_XZ_SCALE, heightfield creation will fail if XZ value is below this value.


Constructor & Destructor Documentation

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

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PX_INLINE PxHeightFieldGeometry::PxHeightFieldGeometry (PxHeightField hf,
PxMeshGeometryFlags  flags,
PxReal  heightScale_,
PxReal  rowScale_,
PxReal  columnScale_ 
) [inline]
+
+
+ +

+ +

+

+


Member Data Documentation

+ +
+ +
+ +

+The scaling factor for the height field in the column direction (z direction in local space). +

+ +

Referenced by isValid().

+ +
+

+ +

+ +
+ +

+The height field data. +

+ +

Referenced by isValid().

+ +
+

+ +

+ +
+ +

+Flags to specify some collision properties for the height field. +

+ +

+

+ +

+ +
+ +

+The scaling factor for the height field in vertical direction (y direction in local space). +

+ +

Referenced by isValid().

+ +
+

+ +

+ +
+ +

+padding for mesh flags. +

+ +

+

+ +

+ +
+ +

+The scaling factor for the height field in the row direction (x direction in local space). +

+ +

Referenced by isValid().

+ +
+

+


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