java.lang.Object
physx.NativeObject
physx.vhacd.VHACDVertex
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VHACDVertexarrayGet(long baseAddress, int index) voiddestroy()doublegetMX()doublegetMY()doublegetMZ()voidsetMX(double value) voidsetMY(double value) voidsetMZ(double value) static VHACDVertexwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
VHACDVertex
protected VHACDVertex(long address) -
VHACDVertex
public VHACDVertex()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMX
public double getMX()- Returns:
- WebIDL type: double
-
setMX
public void setMX(double value) - Parameters:
value- WebIDL type: double
-
getMY
public double getMY()- Returns:
- WebIDL type: double
-
setMY
public void setMY(double value) - Parameters:
value- WebIDL type: double
-
getMZ
public double getMZ()- Returns:
- WebIDL type: double
-
setMZ
public void setMZ(double value) - Parameters:
value- WebIDL type: double
-