Package org.lwjgl.assimp
Class AIQuatKey
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
struct aiQuatKey {
double mTime;
{@link AIQuaternion struct aiQuaternion} mValue;
aiAnimInterpolation mInterpolation;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionAIQuatKey(ByteBuffer container) Creates aAIQuatKeyinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic AIQuatKeycalloc()Returns a newAIQuatKeyinstance allocated withmemCalloc.static AIQuatKey.Buffercalloc(int capacity) Returns a newAIQuatKey.Bufferinstance allocated withmemCalloc.static AIQuatKey.Buffercalloc(int capacity, MemoryStack stack) Returns a newAIQuatKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIQuatKeycalloc(MemoryStack stack) Returns a newAIQuatKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static AIQuatKeyDeprecated.static AIQuatKey.BuffercallocStack(int capacity) Deprecated.static AIQuatKey.BuffercallocStack(int capacity, MemoryStack stack) Deprecated.static AIQuatKeycallocStack(MemoryStack stack) Deprecated.static AIQuatKeycreate()Returns a newAIQuatKeyinstance allocated withBufferUtils.static AIQuatKey.Buffercreate(int capacity) Returns a newAIQuatKey.Bufferinstance allocated withBufferUtils.static AIQuatKeycreate(long address) Returns a newAIQuatKeyinstance for the specified memory address.static AIQuatKey.Buffercreate(long address, int capacity) Create aAIQuatKey.Bufferinstance at the specified memory.static @Nullable AIQuatKeycreateSafe(long address) static @Nullable AIQuatKey.BuffercreateSafe(long address, int capacity) static AIQuatKeymalloc()Returns a newAIQuatKeyinstance allocated withmemAlloc.static AIQuatKey.Buffermalloc(int capacity) Returns a newAIQuatKey.Bufferinstance allocated withmemAlloc.static AIQuatKey.Buffermalloc(int capacity, MemoryStack stack) Returns a newAIQuatKey.Bufferinstance allocated on the specifiedMemoryStack.static AIQuatKeymalloc(MemoryStack stack) Returns a newAIQuatKeyinstance allocated on the specifiedMemoryStack.static AIQuatKeyDeprecated.static AIQuatKey.BuffermallocStack(int capacity) Deprecated.static AIQuatKey.BuffermallocStack(int capacity, MemoryStack stack) Deprecated.static AIQuatKeymallocStack(MemoryStack stack) Deprecated.intmInterpolation(int value) Sets the specified value to themInterpolationfield.doublemTime()mTime(double value) Sets the specified value to themTimefield.mValue()mValue(Consumer<AIQuaternion> consumer) Passes themValuefield to the specifiedConsumer.mValue(AIQuaternion value) Copies the specifiedAIQuaternionto themValuefield.static intnmInterpolation(long struct) Unsafe version ofmInterpolation().static voidnmInterpolation(long struct, int value) Unsafe version ofmInterpolation.static doublenmTime(long struct) Unsafe version ofmTime().static voidnmTime(long struct, double value) Unsafe version ofmTime.static AIQuaternionnmValue(long struct) Unsafe version ofmValue().static voidnmValue(long struct, AIQuaternion value) Unsafe version ofmValue.set(double mTime, AIQuaternion mValue, int mInterpolation) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
MTIME
public static final int MTIMEThe struct member offsets. -
MVALUE
public static final int MVALUEThe struct member offsets. -
MINTERPOLATION
public static final int MINTERPOLATIONThe struct member offsets.
-
-
Constructor Details
-
AIQuatKey
Creates aAIQuatKeyinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct). -
mTime
public double mTime()- Returns:
- the value of the
mTimefield.
-
mValue
- Returns:
- a
AIQuaternionview of themValuefield.
-
mInterpolation
public int mInterpolation()- Returns:
- the value of the
mInterpolationfield.
-
mTime
Sets the specified value to themTimefield. -
mValue
Copies the specifiedAIQuaternionto themValuefield. -
mValue
Passes themValuefield to the specifiedConsumer. -
mInterpolation
Sets the specified value to themInterpolationfield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newAIQuatKeyinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newAIQuatKeyinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newAIQuatKeyinstance allocated withBufferUtils. -
create
Returns a newAIQuatKeyinstance for the specified memory address. -
createSafe
-
malloc
Returns a newAIQuatKey.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newAIQuatKey.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newAIQuatKey.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aAIQuatKey.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newAIQuatKeyinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newAIQuatKeyinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newAIQuatKey.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newAIQuatKey.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nmTime
public static double nmTime(long struct) Unsafe version ofmTime(). -
nmValue
Unsafe version ofmValue(). -
nmInterpolation
public static int nmInterpolation(long struct) Unsafe version ofmInterpolation(). -
nmTime
public static void nmTime(long struct, double value) Unsafe version ofmTime. -
nmValue
Unsafe version ofmValue. -
nmInterpolation
public static void nmInterpolation(long struct, int value) Unsafe version ofmInterpolation.
-