normalized

fun Vector4f.normalized(): Vector4f

Returns the normalized form of a Vector4f.

Must break convention here and name this normalized instead of normalize because Vector4f.normalize() is an existing, mutating function.

Author

SilverAndro