public static class MuJoCoLib.mjvPerturb_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjvPerturb_()
Default native constructor.
|
mjvPerturb_(long size)
Native array allocator.
|
mjvPerturb_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
active() |
MuJoCoLib.mjvPerturb_ |
active(int setter) |
int |
active2() |
MuJoCoLib.mjvPerturb_ |
active2(int setter) |
MuJoCoLib.mjvPerturb_ |
getPointer(long i) |
org.bytedeco.javacpp.DoublePointer |
localpos() |
double |
localpos(int i) |
MuJoCoLib.mjvPerturb_ |
localpos(int i,
double setter) |
MuJoCoLib.mjvPerturb_ |
position(long position) |
org.bytedeco.javacpp.DoublePointer |
refpos() |
double |
refpos(int i) |
MuJoCoLib.mjvPerturb_ |
refpos(int i,
double setter) |
org.bytedeco.javacpp.DoublePointer |
refquat() |
double |
refquat(int i) |
MuJoCoLib.mjvPerturb_ |
refquat(int i,
double setter) |
double |
scale() |
MuJoCoLib.mjvPerturb_ |
scale(double setter) |
int |
select() |
MuJoCoLib.mjvPerturb_ |
select(int setter) |
int |
skinselect() |
MuJoCoLib.mjvPerturb_ |
skinselect(int setter) |
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 mjvPerturb_()
public mjvPerturb_(long size)
Pointer.position(long).public mjvPerturb_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjvPerturb_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjvPerturb_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic int select()
public MuJoCoLib.mjvPerturb_ select(int setter)
public int skinselect()
public MuJoCoLib.mjvPerturb_ skinselect(int setter)
public int active()
public MuJoCoLib.mjvPerturb_ active(int setter)
public int active2()
public MuJoCoLib.mjvPerturb_ active2(int setter)
@Cast(value="mjtNum") public double refpos(int i)
public MuJoCoLib.mjvPerturb_ refpos(int i, double setter)
@MemberGetter @Cast(value="mjtNum*") public org.bytedeco.javacpp.DoublePointer refpos()
@Cast(value="mjtNum") public double refquat(int i)
public MuJoCoLib.mjvPerturb_ refquat(int i, double setter)
@MemberGetter @Cast(value="mjtNum*") public org.bytedeco.javacpp.DoublePointer refquat()
@Cast(value="mjtNum") public double localpos(int i)
public MuJoCoLib.mjvPerturb_ localpos(int i, double setter)
@MemberGetter @Cast(value="mjtNum*") public org.bytedeco.javacpp.DoublePointer localpos()
@Cast(value="mjtNum") public double scale()
public MuJoCoLib.mjvPerturb_ scale(double setter)