PositionOrientation constructor

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

Constructor for the class

Implementation

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