Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 665 Bytes

decentraland-ecs.quaternion.areclose.md

File metadata and controls

21 lines (14 loc) · 665 Bytes

Home > decentraland-ecs > Quaternion > AreClose

Quaternion.AreClose method

Checks if the two quaternions are close to each other

Signature:

static AreClose(quat0: Quaternion, quat1: Quaternion): boolean;

Returns: boolean

true if the two quaternions are close to each other

Parameters

Parameter Type Description
quat0 Quaternion defines the first quaternion to check
quat1 Quaternion defines the second quaternion to check