BBMOD_Quaternion.FromAxisAngle

A function defined in BBMOD_Quaternion.gml

FromAxisAngle(_axis, _angle)

Description

Initializes the quaternion using an axis and an angle.

Arguments

Name Type Description
_axis Struct.BBMOD_Vec3 The axis of rotaiton.
_angle Real The rotation angle.

Returns

Struct.BBMOD_Quaternion Returns self.

Do you find this page helpful?

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