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 © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.