Click or drag to resize

StereoEyesDescription Structure

The StereoEyesDescription structure defines the position of the eyes in the head referential.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct StereoEyesDescription

The StereoEyesDescription type exposes the following members.

Properties
  NameDescription
Public propertyInterocularDistance
Gets or sets the interocular distance.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit(Vector3, Vector3)
Initializes a StereoEyesDescription structure from a left and right eye defines in the head basis.
Public methodInit(Single, Single, Single, Single)
Initializes a StereoEyesDescription structure from the specified parameters.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldEyeLeftPositionInHeadBasis
The left eye position in head referential.
Public fieldEyeRightPositionInHeadBasis
The right eye position in head referential.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also