PositionOrientation constructor

PositionOrientation({
  1. required Point3d position,
  2. required Point4d orientation,
})

Constructor for the class.

Parameters

  • position: The object position
  • orientation: The object orientation

Implementation

PositionOrientation({required this.position, required this.orientation});