Package physx.character
Class PxExtendedVec3
- java.lang.Object
-
- physx.NativeObject
-
- physx.character.PxExtendedVec3
-
public class PxExtendedVec3 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, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxExtendedVec3()PxExtendedVec3(double x, double y, double z)protectedPxExtendedVec3(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()doublegetX()doublegetY()doublegetZ()voidsetX(double value)voidsetY(double value)voidsetZ(double value)static PxExtendedVec3wrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxExtendedVec3 wrapPointer(long address)
-
destroy
public void destroy()
-
getX
public double getX()
- Returns:
- WebIDL type: double
-
setX
public void setX(double value)
- Parameters:
value- WebIDL type: double
-
getY
public double getY()
- Returns:
- WebIDL type: double
-
setY
public void setY(double value)
- Parameters:
value- WebIDL type: double
-
getZ
public double getZ()
- Returns:
- WebIDL type: double
-
setZ
public void setZ(double value)
- Parameters:
value- WebIDL type: double
-
-