BBMOD_Vec3.Orthonormalize

A function defined in BBMOD_Vec3.gml

Orthonormalize(_v)

Description

Orthonormalizes the vectors in-place using the Gram–Schmidt process.

Arguments

Name Type Description
_v Struct.BBMOD_Vec3 The other vector.

Returns

Bool Returns true if the vectors were orthonormalized.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on April 18, 2024 using GMDoc.