BBMOD_Quaternion.FromArray

A function defined in BBMOD_Quaternion.gml

FromArray(_array[, _index])

Description

Loads quaternion components (x, y, z, w) from an array.

Arguments

Name Type Description
_array Array The array to read the quaternion components from.
_index Real The index to start reading the quaternion components from. Defaults to 0.

Returns

Struct.BBMOD_Quaternion Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.