Direction3d

Type Alias Direction3d 

Source
pub type Direction3d = Dir3;
๐Ÿ‘ŽDeprecated since 0.14.0: Direction3d has been renamed. Please use Dir3 instead.
Expand description

A normalized vector pointing in a direction in 3D space

Aliased Typeยง

pub struct Direction3d(/* private fields */);