public static class MuJoCoLib.mjvGLCamera_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjvGLCamera_()
Default native constructor.
|
mjvGLCamera_(long size)
Native array allocator.
|
mjvGLCamera_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.FloatPointer |
forward() |
float |
forward(int i) |
MuJoCoLib.mjvGLCamera_ |
forward(int i,
float setter) |
float |
frustum_bottom() |
MuJoCoLib.mjvGLCamera_ |
frustum_bottom(float setter) |
float |
frustum_center() |
MuJoCoLib.mjvGLCamera_ |
frustum_center(float setter) |
float |
frustum_far() |
MuJoCoLib.mjvGLCamera_ |
frustum_far(float setter) |
float |
frustum_near() |
MuJoCoLib.mjvGLCamera_ |
frustum_near(float setter) |
float |
frustum_top() |
MuJoCoLib.mjvGLCamera_ |
frustum_top(float setter) |
MuJoCoLib.mjvGLCamera_ |
getPointer(long i) |
org.bytedeco.javacpp.FloatPointer |
pos() |
float |
pos(int i) |
MuJoCoLib.mjvGLCamera_ |
pos(int i,
float setter) |
MuJoCoLib.mjvGLCamera_ |
position(long position) |
org.bytedeco.javacpp.FloatPointer |
up() |
float |
up(int i) |
MuJoCoLib.mjvGLCamera_ |
up(int i,
float 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 mjvGLCamera_()
public mjvGLCamera_(long size)
Pointer.position(long).public mjvGLCamera_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjvGLCamera_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjvGLCamera_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic float pos(int i)
public MuJoCoLib.mjvGLCamera_ pos(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer pos()
public float forward(int i)
public MuJoCoLib.mjvGLCamera_ forward(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer forward()
public float up(int i)
public MuJoCoLib.mjvGLCamera_ up(int i, float setter)
@MemberGetter public org.bytedeco.javacpp.FloatPointer up()
public float frustum_center()
public MuJoCoLib.mjvGLCamera_ frustum_center(float setter)
public float frustum_bottom()
public MuJoCoLib.mjvGLCamera_ frustum_bottom(float setter)
public float frustum_top()
public MuJoCoLib.mjvGLCamera_ frustum_top(float setter)
public float frustum_near()
public MuJoCoLib.mjvGLCamera_ frustum_near(float setter)
public float frustum_far()
public MuJoCoLib.mjvGLCamera_ frustum_far(float setter)