C# Class OVRTracker, KerbTrack

An infrared camera that tracks the position of a head-mounted display.
ファイルを表示 Open project: pizzaoverhead/KerbTrack Class Usage Examples

Public Properties

Property Type Description
wrapper IntPtr

Public Methods

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

Private Methods

Method 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 method

public GetData ( Vector3 &rot, Vector3 &pos ) : void
rot Vector3
pos Vector3
return void

GetQuatData() public method

public GetQuatData ( Quaternion &res ) : void
res Quaternion
return void

OVRTracker() public method

public OVRTracker ( ) : System
return System

ResetOrientation() public method

public ResetOrientation ( ) : void
return void

Property Details

wrapper public_oe property

public IntPtr wrapper
return IntPtr