Flutter
vector_math_64
Quaternion
clone method
clone
Quaternion class
Constructors
Quaternion
axisAngle
copy
dq
euler
fromBuffer
fromFloat64List
fromRotation
fromTwoVectors
identity
random
Properties
axis
length
length2
radians
storage
w
x
y
z
hashCode
runtimeType
Methods
absoluteError
add
asRotationMatrix
clone
conjugate
conjugated
copyRotationInto
inverse
inverted
normalize
normalized
relativeError
rotate
rotated
scale
scaled
setAxisAngle
setDQ
setEuler
setFrom
setFromRotation
setFromTwoVectors
setRandom
setValues
sub
toString
noSuchMethod
Operators
operator *
operator +
operator -
operator []
operator []=
operator unary-
operator ==
clone method
Quaternion
clone
(
)
Returns a new copy of
this
.
Implementation
Quaternion clone() => new Quaternion.copy(this);