Table of Contents

The CowEyes Coordinate System

General definitions

The cow coordinate system is a right handed coordinate system, where - while looking on the screen - the x-axis points to the right, the y-axis points downwards and the z-axis point into the screen away from the user.

The rotation of an object is defined as a counter clockwise rotation. However, since the coordinate system is viewed from the back, the rotation appears as what is normally known as clockwise.

Coordinate System with Rotation

Shown is the Coordinate system with rotation directions.

Image Placement

Shown is the how an image is placed into the coordinate system.
Left for 2D images, right for 3D images.
The rotation center is marked in the middle of the image.

Definition of Coordinate Axes

Euler Convention

ZXZs

That is:

  1. Alpha (α) rotation around static global Z-Axis
  2. Beta (β) rotation around static global X-Axis
  3. Gamma (γ) rotation around static global Z-Axis

Rotation