- class bgplot.entities.oriented_point.OrientedPoint(position: Point, axes: Axes)
a named tuple that contains the information of position and orientation of an oriented point in 3D space
- Attributes:
- position~.entities.point.Point
the position of the oriented point
- axes~.entities.axes.Axes
the orientation of the oriented point
- to_htm() ndarray
transforms an oriented point instance to the homogeneous transformation matrix representation
- Returns:
- outnp.ndarray
the homogeneous transformation matrix as a np array