JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.stereo.LocationSensorParameter Class Reference

Constant parameter of the positioning sensor to locate the ViewerPose. More...

Collaboration diagram for com.jogamp.opengl.util.stereo.LocationSensorParameter:

Public Member Functions

 LocationSensorParameter (final Frustum.FovDesc fovDesc)
 
final String toString ()
 

Public Attributes

final Frustum frustum
 The Frustum of the location sensor. More...
 
final Frustum.FovDesc frustumDesc
 The Frustum's Frustum.FovDesc description of the location sensor. More...
 
final Matrix4f frustumProjMat
 The Frustum's float[16] projection matrix of the location sensor. More...
 

Detailed Description

Constant parameter of the positioning sensor to locate the ViewerPose.

Definition at line 36 of file LocationSensorParameter.java.

Constructor & Destructor Documentation

◆ LocationSensorParameter()

com.jogamp.opengl.util.stereo.LocationSensorParameter.LocationSensorParameter ( final Frustum.FovDesc  fovDesc)

Definition at line 44 of file LocationSensorParameter.java.

Here is the call graph for this function:

Member Function Documentation

◆ toString()

final String com.jogamp.opengl.util.stereo.LocationSensorParameter.toString ( )

Definition at line 51 of file LocationSensorParameter.java.

Member Data Documentation

◆ frustum

final Frustum com.jogamp.opengl.util.stereo.LocationSensorParameter.frustum

The Frustum of the location sensor.

Definition at line 38 of file LocationSensorParameter.java.

◆ frustumDesc

final Frustum.FovDesc com.jogamp.opengl.util.stereo.LocationSensorParameter.frustumDesc

The Frustum's Frustum.FovDesc description of the location sensor.

Definition at line 40 of file LocationSensorParameter.java.

◆ frustumProjMat

final Matrix4f com.jogamp.opengl.util.stereo.LocationSensorParameter.frustumProjMat

The Frustum's float[16] projection matrix of the location sensor.

Definition at line 42 of file LocationSensorParameter.java.


The documentation for this class was generated from the following file: