Package physx.geomutils
Class PxHullPolygon
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxHullPolygon
-
public class PxHullPolygon extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxHullPolygon()protectedPxHullPolygon(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()shortgetMIndexBase()shortgetMNbVerts()floatgetMPlane(int index)voidsetMIndexBase(short value)voidsetMNbVerts(short value)voidsetMPlane(int index, float value)static PxHullPolygonwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxHullPolygon wrapPointer(long address)
-
destroy
public void destroy()
-
getMPlane
public float getMPlane(int index)
- Parameters:
index- Array index- Returns:
- float
-
setMPlane
public void setMPlane(int index, float value)- Parameters:
index- Array indexvalue- float
-
getMNbVerts
public short getMNbVerts()
- Returns:
- short
-
setMNbVerts
public void setMNbVerts(short value)
- Parameters:
value- short
-
getMIndexBase
public short getMIndexBase()
- Returns:
- short
-
setMIndexBase
public void setMIndexBase(short value)
- Parameters:
value- short
-
-