public static class MuJoCoLib.mjvCamera_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjvCamera_()
Default native constructor.
|
mjvCamera_(long size)
Native array allocator.
|
mjvCamera_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
azimuth() |
MuJoCoLib.mjvCamera_ |
azimuth(double setter) |
double |
distance() |
MuJoCoLib.mjvCamera_ |
distance(double setter) |
double |
elevation() |
MuJoCoLib.mjvCamera_ |
elevation(double setter) |
int |
fixedcamid() |
MuJoCoLib.mjvCamera_ |
fixedcamid(int setter) |
MuJoCoLib.mjvCamera_ |
getPointer(long i) |
org.bytedeco.javacpp.DoublePointer |
lookat() |
double |
lookat(int i) |
MuJoCoLib.mjvCamera_ |
lookat(int i,
double setter) |
MuJoCoLib.mjvCamera_ |
position(long position) |
int |
trackbodyid() |
MuJoCoLib.mjvCamera_ |
trackbodyid(int setter) |
int |
type() |
MuJoCoLib.mjvCamera_ |
type(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 mjvCamera_()
public mjvCamera_(long size)
Pointer.position(long).public mjvCamera_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjvCamera_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjvCamera_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic int type()
public MuJoCoLib.mjvCamera_ type(int setter)
public int fixedcamid()
public MuJoCoLib.mjvCamera_ fixedcamid(int setter)
public int trackbodyid()
public MuJoCoLib.mjvCamera_ trackbodyid(int setter)
@Cast(value="mjtNum") public double lookat(int i)
public MuJoCoLib.mjvCamera_ lookat(int i, double setter)
@MemberGetter @Cast(value="mjtNum*") public org.bytedeco.javacpp.DoublePointer lookat()
@Cast(value="mjtNum") public double distance()
public MuJoCoLib.mjvCamera_ distance(double setter)
@Cast(value="mjtNum") public double azimuth()
public MuJoCoLib.mjvCamera_ azimuth(double setter)
@Cast(value="mjtNum") public double elevation()
public MuJoCoLib.mjvCamera_ elevation(double setter)