stagexl
stagexl
Vector
crossDetXY
crossDetXY
stagexl
stagexl
Vector
crossDetXY
method
crossDetXY
Source
stagexl
stagexl
Vector
Constants
Epsilon
EpsilonSqr
Constructors
Vector
polar
zero
Properties
degrees
hashCode
isNormalized
isValid
isZero
length
lengthSqr
rads
runtimeType
x
y
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-
Methods
clone
crossDet
crossDetXY
distance
distanceSqr
distanceXY
distanceXYSqr
dot
dotXY
equalsXY
isNear
isNearXY
isWithin
isWithinXY
lerp
negate
normalize
normalLeft
normalRight
noSuchMethod
reflect
rotate
rotateSpinor
scale
scaleLength
slerp
spinorBetween
toString
num
crossDetXY
(
num
x
,
num
y
)
Source
num crossDetXY(num x, num y) => this.x * y - this.y * x;