C# Class OVRTracker, KerbTrack

An infrared camera that tracks the position of a head-mounted display.
Afficher le fichier Open project: pizzaoverhead/KerbTrack Class Usage Examples

Méthodes publiques

Свойство Type Description
wrapper IntPtr

Méthodes publiques

Méthode Description
GetData ( Vector3 &rot, Vector3 &pos ) : void
GetQuatData ( Quaternion &res ) : void
OVRTracker ( ) : System
ResetOrientation ( ) : void

Private Methods

Méthode Description
wrapper_destroy ( IntPtr ptr ) : void
wrapper_get_position ( IntPtr ptr ) : Vector3f,
wrapper_get_quat_rotation ( IntPtr ptr ) : Quat,
wrapper_get_rotation ( IntPtr ptr ) : Vector3f,
wrapper_init ( ) : IntPtr
wrapper_reset_orientation ( IntPtr ptr ) : void
wrapper_start_sensor ( IntPtr ptr ) : void

Method Details

GetData() public méthode

public GetData ( Vector3 &rot, Vector3 &pos ) : void
rot Vector3
pos Vector3
Résultat void

GetQuatData() public méthode

public GetQuatData ( Quaternion &res ) : void
res Quaternion
Résultat void

OVRTracker() public méthode

public OVRTracker ( ) : System
Résultat System

ResetOrientation() public méthode

public ResetOrientation ( ) : void
Résultat void

Property Details

wrapper public_oe property

public IntPtr wrapper
Résultat IntPtr