FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Core.Hand Class Reference

FMAR basic hand representation, containing position and rotation data. More...

Inheritance diagram for FMAR.Core.Hand:
FMAR.Core.Tracker

Public Member Functions

 Hand (string name, Func< Vector3 > positionFunc, Func< Quaternion > rotationFunc)
 

Protected Attributes

Func< Vector3 > positionFunc
 
Func< Quaternion > rotationFunc
 

Properties

string Name [get]
 
Vector3 Position [get]
 
Quaternion Rotation [get]
 
- Properties inherited from FMAR.Core.Tracker

Detailed Description

FMAR basic hand representation, containing position and rotation data.

Constructor & Destructor Documentation

◆ Hand()

FMAR.Core.Hand.Hand ( string name,
Func< Vector3 > positionFunc,
Func< Quaternion > rotationFunc )
inline

Member Data Documentation

◆ positionFunc

Func<Vector3> FMAR.Core.Hand.positionFunc
protected

◆ rotationFunc

Func<Quaternion> FMAR.Core.Hand.rotationFunc
protected

Property Documentation

◆ Name

string FMAR.Core.Hand.Name
get

◆ Position

Vector3 FMAR.Core.Hand.Position
get

Implements FMAR.Core.Tracker.

◆ Rotation

Quaternion FMAR.Core.Hand.Rotation
get

Implements FMAR.Core.Tracker.


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