A function defined in BBMOD_Vec3.gml
Orthonormalize(_v)
Orthonormalizes the vectors in-place using the Gram–Schmidt process.
Name | Type | Description |
---|---|---|
_v | Struct.BBMOD_Vec3 |
The other vector. |
Bool
Returns true
if the vectors were orthonormalized.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.