normalize_val
Description:
public Vector3 normalize_val ()
Identical to [method@Vector3.
normalize], but the vector is passed by value rather than by reference.
Parameters:
Returns:
|
a Vector3 parallel to this, pointing in the same
direction but with a length of 1.0.
|