OOF2: The Manual

Name

Vector (VectorDirection) — A direction in space in the form of a vector. The vector will be normalized automatically.

Synopsis

VectorDirection(x,y,z)

Details

  • Base class: Direction
  • Parameters:

    x
    The x component of the direction. Type: A real number.
    y
    The y component of the direction. Type: A real number.
    z
    The z component of the direction. Type: A real number.

Description

MISSING DISCUSSION: VectorDirection