@Properties(inherit=LinearMath.class) public class btTransformUtil extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btTransformUtil()
Default native constructor.
|
btTransformUtil(long size)
Native array allocator.
|
btTransformUtil(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btTransformUtil()
public btTransformUtil(long size)
Pointer.position(long).public btTransformUtil(Pointer p)
Pointer(Pointer).public btTransformUtil position(long position)
public btTransformUtil getPointer(long i)
getPointer in class Pointerpublic static void integrateTransform(@Const @ByRef btTransform curTrans, @Const @ByRef btVector3 linvel, @Const @ByRef btVector3 angvel, @Cast(value="btScalar") double timeStep, @ByRef btTransform predictedTransform)
public static void calculateVelocityQuaternion(@Const @ByRef btVector3 pos0, @Const @ByRef btVector3 pos1, @Const @ByRef btQuaternion orn0, @Const @ByRef btQuaternion orn1, @Cast(value="btScalar") double timeStep, @ByRef btVector3 linVel, @ByRef btVector3 angVel)
public static void calculateDiffAxisAngleQuaternion(@Const @ByRef btQuaternion orn0, @Const @ByRef btQuaternion orn1a, @ByRef btVector3 axis, @Cast(value="btScalar*") @ByRef DoublePointer angle)
public static void calculateDiffAxisAngleQuaternion(@Const @ByRef btQuaternion orn0, @Const @ByRef btQuaternion orn1a, @ByRef btVector3 axis, @Cast(value="btScalar*") @ByRef DoubleBuffer angle)
public static void calculateDiffAxisAngleQuaternion(@Const @ByRef btQuaternion orn0, @Const @ByRef btQuaternion orn1a, @ByRef btVector3 axis, @Cast(value="btScalar*") @ByRef double[] angle)
public static void calculateVelocity(@Const @ByRef btTransform transform0, @Const @ByRef btTransform transform1, @Cast(value="btScalar") double timeStep, @ByRef btVector3 linVel, @ByRef btVector3 angVel)
public static void calculateDiffAxisAngle(@Const @ByRef btTransform transform0, @Const @ByRef btTransform transform1, @ByRef btVector3 axis, @Cast(value="btScalar*") @ByRef DoublePointer angle)
public static void calculateDiffAxisAngle(@Const @ByRef btTransform transform0, @Const @ByRef btTransform transform1, @ByRef btVector3 axis, @Cast(value="btScalar*") @ByRef DoubleBuffer angle)
Copyright © 2024. All rights reserved.