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