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
ConstructorsConstructorDescriptionDefault native constructor.VrDeviceInfo(long size) Native array allocator.VrDeviceInfo(org.bytedeco.javacpp.Pointer p) Pointer cast constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.bytedeco.javacpp.FloatPointerfloatchromaAbCorrection(int i) chromaAbCorrection(int i, float setter) floateyeToScreenDistance(float setter) getPointer(long i) inthResolution(int setter) floathScreenSize(float setter) floatinterpupillaryDistance(float setter) org.bytedeco.javacpp.FloatPointerfloatlensDistortionValues(int i) lensDistortionValues(int i, float setter) floatlensSeparationDistance(float setter) position(long position) intvResolution(int setter) floatvScreenSize(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:
positionin classorg.bytedeco.javacpp.Pointer
-
getPointer
- Overrides:
getPointerin 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()
-