mostDispersionBasis

Returns normalized orthognal basis which maximize the dispersion of the given points

Vector!(T, 3)[3]
mostDispersionBasis
(
T
)
(
const Vector!(T, 3)[] vertices...
)

Parameters

vertices Vector!(T, 3)[]

array of points

Return Value

Type: Vector!(T, 3)[3]

3 normalized orthognal basis

Meta