PositionOrientation class Core
The position and orientation of an object in 3D space
Constructors
- PositionOrientation({required Point3d position, required Point4d orientation})
- Constructor for the class
-
PositionOrientation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- orientation ↔ Point4d
-
The object orientation
getter/setter pair
- position ↔ Point3d
-
The object position
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant PositionOrientation other) → bool -
The equality operator.
override