Skip to content

enumeration Handedness

The handedness of a coordinate space. For most cases, this will be a fixed value in the specification of the coordinate space. We provide this element to allow this flexibility when needed. In this document, it is used in the Pixel domain.

classDiagram

        class Handedness{
           <<enumeration>>
left
right

        }

Values

  • left - positive x and y axes point right and up, the positive z axis points inward

  • right - positive x and y axes point right and up, the positive z axis points outward