public static class MuJoCoLib.mjStatistic_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjStatistic_()
Default native constructor.
|
mjStatistic_(long size)
Native array allocator.
|
mjStatistic_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.DoublePointer |
center() |
double |
center(int i) |
MuJoCoLib.mjStatistic_ |
center(int i,
double setter) |
double |
extent() |
MuJoCoLib.mjStatistic_ |
extent(double setter) |
MuJoCoLib.mjStatistic_ |
getPointer(long i) |
double |
meaninertia() |
MuJoCoLib.mjStatistic_ |
meaninertia(double setter) |
double |
meanmass() |
MuJoCoLib.mjStatistic_ |
meanmass(double setter) |
double |
meansize() |
MuJoCoLib.mjStatistic_ |
meansize(double setter) |
MuJoCoLib.mjStatistic_ |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, 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 mjStatistic_()
public mjStatistic_(long size)
Pointer.position(long).public mjStatistic_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjStatistic_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjStatistic_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointer@Cast(value="mjtNum") public double meaninertia()
public MuJoCoLib.mjStatistic_ meaninertia(double setter)
@Cast(value="mjtNum") public double meanmass()
public MuJoCoLib.mjStatistic_ meanmass(double setter)
@Cast(value="mjtNum") public double meansize()
public MuJoCoLib.mjStatistic_ meansize(double setter)
@Cast(value="mjtNum") public double extent()
public MuJoCoLib.mjStatistic_ extent(double setter)
@Cast(value="mjtNum") public double center(int i)
public MuJoCoLib.mjStatistic_ center(int i, double setter)
@MemberGetter @Cast(value="mjtNum*") public org.bytedeco.javacpp.DoublePointer center()