BBMOD_Quaternion.LerpSelf

A function defined in BBMOD_Quaternion.gml

LerpSelf(_q, _s)

Description

Computes a linear interpolation of two quaternions and stores the result into self.

Arguments

Name Type Description
_q Struct.BBMOD_Quaternion The other quaternion.
_s Real The interpolation factor.

Returns

Struct.BBMOD_Quaternion Returns self.

Do you find this page helpful?

Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.