OOF2: The Manual

Name

Vector (VectorDirection) — A direction in space in the form of a vector.

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

Specify a direction in 3-space by giving the components of a vector. The input vector does not need to be normalized.