@Name(value="btVectorX<float>") @NoOffset @Properties(inherit=LinearMath.class) public class btVectorXf extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
btVectorXf() |
btVectorXf(int numRows) |
btVectorXf(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
cols() |
FloatPointer |
get(int index) |
FloatPointer |
getBufferPointer() |
FloatPointer |
getBufferPointerWritable() |
btFloatArray |
m_storage() |
btVectorXf |
m_storage(btFloatArray setter) |
float |
nrm2() |
void |
resize(int rows) |
int |
rows() |
void |
setZero() |
int |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public btVectorXf(Pointer p)
Pointer(Pointer)
.public btVectorXf()
public btVectorXf(int numRows)
@ByRef public btFloatArray m_storage()
public btVectorXf m_storage(btFloatArray setter)
public void resize(int rows)
public int cols()
public int rows()
public int size()
public float nrm2()
public void setZero()
@ByRef @Name(value="operator []") public FloatPointer get(int index)
public FloatPointer getBufferPointerWritable()
@Const public FloatPointer getBufferPointer()
Copyright © 2024. All rights reserved.