Flutter
vector_math
Quaternion
scaled method
scaled
Quaternion class
Constructors
Quaternion
axisAngle
copy
dq
euler
fromBuffer
fromFloat32List
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 ==
scaled method
Quaternion
scaled
(
double
scale
)
Scaled copy of
this
.
Implementation
Quaternion scaled(double scale) => clone()..scale(scale);