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