java.lang.Object
physx.geometry.PxHeightField.Raw
- Enclosing class:
- PxHeightField
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetConvexEdgeThreshold(long address) static longgetFlags(long address) static intgetFormat(long address) static floatgetHeight(long address, float x, float z) static intgetNbColumns(long address) static intgetNbRows(long address) static longgetSample(long address, int row, int column) static intgetSampleStride(long address) static intgetTimestamp(long address) static shortgetTriangleMaterialIndex(long address, int triangleIndex) static longgetTriangleNormal(long address, int triangleIndex) static booleanmodifySamples(long address, int startCol, int startRow, long subfieldDesc) static booleanmodifySamples(long address, int startCol, int startRow, long subfieldDesc, boolean shrinkBounds) static intsaveCells(long address, long destBuffer, int destBufferSize)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
saveCells
public static int saveCells(long address, long destBuffer, int destBufferSize) -
modifySamples
public static boolean modifySamples(long address, int startCol, int startRow, long subfieldDesc) -
modifySamples
public static boolean modifySamples(long address, int startCol, int startRow, long subfieldDesc, boolean shrinkBounds) -
getNbRows
public static int getNbRows(long address) -
getNbColumns
public static int getNbColumns(long address) -
getFormat
public static int getFormat(long address) -
getSampleStride
public static int getSampleStride(long address) -
getConvexEdgeThreshold
public static float getConvexEdgeThreshold(long address) -
getFlags
public static long getFlags(long address) -
getHeight
public static float getHeight(long address, float x, float z) -
getTriangleMaterialIndex
public static short getTriangleMaterialIndex(long address, int triangleIndex) -
getTriangleNormal
public static long getTriangleNormal(long address, int triangleIndex) -
getSample
public static long getSample(long address, int row, int column) -
getTimestamp
public static int getTimestamp(long address)
-