Normalize

 
 
 

Categories

  • Math > Vector

Description

Outputs a new unit vector with the same direction and orientation as the input vector.

A unit vector is a vector with a length of 1.

Ports

Inputs

Vector

The vector to normalize.

Outputs

Result

The new unit vector.

Valid

Returns false if the length of the specified input vector is too small; otherwise, returns true.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License