Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Quaternion   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • Quaternion
  • All Members
  • Variables
  • eulerAngles
  • this [int index]
  • w
  • x
  • y
  • z
  • Constructors
  • Quaternion
  • Functions
  • SetFromToRotation
  • SetLookRotation
  • ToAngleAxis
  • ToString
  • Class Variables
  • identity
  • Class Functions
  • Angle
  • AngleAxis
  • Dot
  • Euler
  • FromToRotation
  • Inverse
  • Lerp
  • LookRotation
  • operator !=
  • operator *
  • operator ==
  • RotateTowards
  • Slerp

Quaternion.operator ==  

static operator == (lhs : Quaternion, rhs : Quaternion) : boolean

Description

Are two quaternions equal to each other?

This function tests whether dot product of two quaternions is close to 1.0.

Note that because quaternions can represent rotations that are up to two full revolutions (720 degrees), this comparison can return false even if resulting rotations look the same.