Package com.raylib

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
  • Constructor Details

    • VrDeviceInfo

      public VrDeviceInfo()
      Default native constructor.
    • VrDeviceInfo

      public VrDeviceInfo(long size)
      Native array allocator. Access with Pointer.position(long).
    • VrDeviceInfo

      public VrDeviceInfo(org.bytedeco.javacpp.Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

      public Raylib.VrDeviceInfo position(long position)
      Overrides:
      position in class org.bytedeco.javacpp.Pointer
    • getPointer

      public Raylib.VrDeviceInfo getPointer(long i)
      Overrides:
      getPointer in class org.bytedeco.javacpp.Pointer
    • hResolution

      public int hResolution()
    • hResolution

      public Raylib.VrDeviceInfo hResolution(int setter)
    • vResolution

      public int vResolution()
    • vResolution

      public Raylib.VrDeviceInfo vResolution(int setter)
    • hScreenSize

      public float hScreenSize()
    • hScreenSize

      public Raylib.VrDeviceInfo hScreenSize(float setter)
    • vScreenSize

      public float vScreenSize()
    • vScreenSize

      public Raylib.VrDeviceInfo vScreenSize(float setter)
    • vScreenCenter

      public float vScreenCenter()
    • vScreenCenter

      public Raylib.VrDeviceInfo vScreenCenter(float setter)
    • eyeToScreenDistance

      public float eyeToScreenDistance()
    • eyeToScreenDistance

      public Raylib.VrDeviceInfo eyeToScreenDistance(float setter)
    • lensSeparationDistance

      public float lensSeparationDistance()
    • lensSeparationDistance

      public Raylib.VrDeviceInfo lensSeparationDistance(float setter)
    • interpupillaryDistance

      public float interpupillaryDistance()
    • interpupillaryDistance

      public Raylib.VrDeviceInfo interpupillaryDistance(float setter)
    • lensDistortionValues

      public float lensDistortionValues(int i)
    • lensDistortionValues

      public Raylib.VrDeviceInfo lensDistortionValues(int i, float setter)
    • lensDistortionValues

      @MemberGetter public org.bytedeco.javacpp.FloatPointer lensDistortionValues()
    • chromaAbCorrection

      public float chromaAbCorrection(int i)
    • chromaAbCorrection

      public Raylib.VrDeviceInfo chromaAbCorrection(int i, float setter)
    • chromaAbCorrection

      @MemberGetter public org.bytedeco.javacpp.FloatPointer chromaAbCorrection()