Class THREE.Quaternion
Defined in: Quaternion.js.
Constructor Attributes | Constructor Name and Description |
---|---|
THREE.Quaternion(x, y, z, w)
|
Method Attributes | Method Name and Description |
---|---|
clone()
|
|
copy(q)
|
|
inverse()
|
|
length()
|
|
multiply(a, b)
|
|
multiplySelf(b)
|
|
multiplyVector3(vector, dest)
|
|
set(x, y, z, w)
|
|
setFromAxisAngle(axis, angle)
|
|
setFromEuler(v, order)
|
|
<static> |
THREE.Quaternion.slerp(qa, qb, qm, t)
|
slerpSelf(qb, t)
|
Method Detail
clone()
conjugate()
copy(q)
- Parameters:
- q
inverse()
length()
multiply(a, b)
- Parameters:
- a
- b
multiplySelf(b)
- Parameters:
- b
multiplyVector3(vector, dest)
- Parameters:
- vector
- dest
normalize()
set(x, y, z, w)
- Parameters:
- x
- y
- z
- w
setFromAxisAngle(axis, angle)
- Parameters:
- axis
- angle
setFromEuler(v, order)
- Parameters:
- v
- order
setFromRotationMatrix(m)
- Parameters:
- m
<static>
THREE.Quaternion.slerp(qa, qb, qm, t)
- Parameters:
- qa
- qb
- qm
- t
slerpSelf(qb, t)
- Parameters:
- qb
- t