Module rusty_engine::consts[][src]

Constants

DOWN

The direction representing facing down, in radians.

EAST

The direction representing facing East (right), in radians.

LEFT

The direction representing facing left, in radians.

NORTH

The direction representing facing North (up), in radians.

NORTH_EAST

The direction representing facing Northeast (up and to the right), in radians.

NORTH_WEST

The direction representing facing Northwest (up and to the left), in radians.

RIGHT

The direction representing facing right, in radians.

SOUTH

The direction representing facing South (down), in radians.

SOUTH_EAST

The direction representing facing Southeast (down and to the right), in radians.

SOUTH_WEST

The direction representing facing Southwest (down and to the left), in radians.

UP

The direction representing facing up, in radians.

WEST

The direction representing facing West (left), in radians.