Luna::OffsetBox

Used to specify a 3D box region using offsets with its container box.

template <typename _Ty>
struct Luna::OffsetBox

Parameters

  • _Ty

    The type that represents values of the box.

Member objects

  • _Ty left

    The left offset of the rectangle from its container.

  • _Ty top

    The top offset of the rectangle from its container.

  • _Ty front

    The front offset of the rectangle from its container.

  • _Ty right

    The right offset of the rectangle from its container.

  • _Ty bottom

    The bottom offset of the rectangle from its container.

  • _Ty back

    The back offset of the rectangle from its container.

Member functions