Class Raylib.VrDeviceInfo
java.lang.Object
org.bytedeco.javacpp.Pointer
com.raylib.Raylib.VrDeviceInfo
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
Raylib
public static class Raylib.VrDeviceInfo
extends org.bytedeco.javacpp.Pointer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
org.bytedeco.javacpp.Pointer.CustomDeallocator, org.bytedeco.javacpp.Pointer.Deallocator, org.bytedeco.javacpp.Pointer.NativeDeallocator, org.bytedeco.javacpp.Pointer.ReferenceCounter
-
Field Summary
Fields inherited from class org.bytedeco.javacpp.Pointer
address, capacity, limit, position
-
Constructor Summary
ConstructorDescriptionDefault native constructor.VrDeviceInfo
(long size) Native array allocator.VrDeviceInfo
(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.bytedeco.javacpp.FloatPointer
float
chromaAbCorrection
(int i) chromaAbCorrection
(int i, float setter) float
eyeToScreenDistance
(float setter) getPointer
(long i) int
hResolution
(int setter) float
hScreenSize
(float setter) float
interpupillaryDistance
(float setter) org.bytedeco.javacpp.FloatPointer
float
lensDistortionValues
(int i) lensDistortionValues
(int i, float setter) float
lensSeparationDistance
(float setter) position
(long position) int
vResolution
(int setter) float
vScreenSize
(float setter) Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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, zero
-
Constructor Details
-
VrDeviceInfo
public VrDeviceInfo()Default native constructor. -
VrDeviceInfo
public VrDeviceInfo(long size) Native array allocator. Access withPointer.position(long)
. -
VrDeviceInfo
public VrDeviceInfo(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. InvokesPointer(Pointer)
.
-
-
Method Details
-
position
- Overrides:
position
in classorg.bytedeco.javacpp.Pointer
-
getPointer
- Overrides:
getPointer
in classorg.bytedeco.javacpp.Pointer
-
hResolution
public int hResolution() -
hResolution
-
vResolution
public int vResolution() -
vResolution
-
hScreenSize
public float hScreenSize() -
hScreenSize
-
vScreenSize
public float vScreenSize() -
vScreenSize
-
eyeToScreenDistance
public float eyeToScreenDistance() -
eyeToScreenDistance
-
lensSeparationDistance
public float lensSeparationDistance() -
lensSeparationDistance
-
interpupillaryDistance
public float interpupillaryDistance() -
interpupillaryDistance
-
lensDistortionValues
public float lensDistortionValues(int i) -
lensDistortionValues
-
lensDistortionValues
@MemberGetter public org.bytedeco.javacpp.FloatPointer lensDistortionValues() -
chromaAbCorrection
public float chromaAbCorrection(int i) -
chromaAbCorrection
-
chromaAbCorrection
@MemberGetter public org.bytedeco.javacpp.FloatPointer chromaAbCorrection()
-