@Name(value="btVectorX<double>") @NoOffset @Properties(inherit=LinearMath.class) public class btVectorXd extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btVectorXd() |
btVectorXd(int numRows) |
btVectorXd(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cols() |
DoublePointer |
get(int index) |
DoublePointer |
getBufferPointer() |
DoublePointer |
getBufferPointerWritable() |
btDoubleArray |
m_storage() |
btVectorXd |
m_storage(btDoubleArray setter) |
double |
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, zeropublic btVectorXd(Pointer p)
Pointer(Pointer).public btVectorXd()
public btVectorXd(int numRows)
@ByRef public btDoubleArray m_storage()
public btVectorXd m_storage(btDoubleArray setter)
public void resize(int rows)
public int cols()
public int rows()
public int size()
public double nrm2()
public void setZero()
@ByRef @Name(value="operator []") public DoublePointer get(int index)
public DoublePointer getBufferPointerWritable()
@Const public DoublePointer getBufferPointer()
Copyright © 2024. All rights reserved.