HumanOrientation class

Three-dimensional orientation information, each pair of vectors need to be perpendicular.

Constructors

HumanOrientation({required RTCOrientation forward, required RTCOrientation right, required RTCOrientation up})
HumanOrientation.origin()
const

Properties

forward RTCOrientation
Forward orientation, the default value is {1,0,0}, i.e., the forward orientation is in the positive direction of x-axis.
final
hashCode int
The hash code for this object.
no setterinherited
Rightward orientation, the default value is {0,1,0}, i.e., the rightward orientation is in the positive direction of y-axis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
up RTCOrientation
Upward orientation, the default value is {0,0,1}, i.e., the upward orientation is in the positive direction of z-axis.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited