BBMOD_Quaternion.ToArray

A function defined in BBMOD_Quaternion.gml

ToArray([_array[, _index]])

Description

Writes components (x, y, z, w) of the quaternion into an array.

Arguments

Name Type Description
_array Array The destination array. If not defined, a new one is created.
_index Real The index to start writing to. Defaults to 0.

Returns

Array Returns the destination array.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.