BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Base
Rotation
EulerSequence
eulerSequenceFromName
eulerSequenceName
evaluateVector
getEulerAngles
getRawValue
getValue
getValue
getValue
getValue
getYawPitchRoll
identity
inverse
invert
isIdentity
isNull
isSame
isSame
m_Angle
m_Axis
m_Quat
makeRotationByAxes
multVec
multVec
normalize
operator!=
operator*
operator*=
operator=
operator==
operator[]
operator[]
Rotation
Rotation
Rotation
Rotation
Rotation
Rotation
Rotation
scaleAngle
setEulerAngles
setValue
setValue
setValue
setValue
setValue
setYawPitchRoll
slerp
◆
operator==()
bool operator==
(
const
Rotation
&
q
)
const
比较两个旋转对象是否相等
比较两个旋转对象是否相等(在四元数表示中,两个旋转相等不仅包括四元数的各个分量完全相等, 还要考虑四元数的共轭,因为四元数的共轭也表示相同的旋转)。
参数
[in]
q
要与当前对象比较的旋转对象
返回
如果两个旋转对象相等,返回 true;否则返回 false