Home > decentraland-ecs > Quaternion > IsIdentity
Gets a boolean indicating if the given quaternion is identity
Signature:
static IsIdentity(quaternion: Quaternion): boolean;
Returns: boolean
true if the quaternion is identity
Parameter | Type | Description |
---|---|---|
quaternion |
Quaternion |
defines the quaternion to check |