pub fn vec3_coordinate_system(
    v1: &Vector3f,
    v2: &mut Vector3f,
    v3: &mut Vector3f
)
Expand description

Construct a local coordinate system given only a single 3D vector.