CuboidCoordinates Objects

class CuboidCoordinates()
Represents a cuboid. Attributes:
  • position tuple[float, float, float] - The (x, y, z) coordinates of the center of the cuboid in the 3D space.
  • orientation tuple[float, float, float] - The (alpha, beta, gamma) Euler angles of the cuboid, in radians.
  • size tuple[float, float, float] - The size of the cuboid along its (x, y, z) axes.