Interface Vector2dc
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
distance
(double arg0, double arg1) double
double
double
distanceSquared
(double arg0, double arg1) double
distanceSquared
(Vector2dc arg0) double
distanceSquared
(Vector2fc arg0) double
boolean
equals
(double arg0, double arg1) boolean
double
get
(int arg0) get
(int arg0, ByteBuffer arg1) get
(int arg0, DoubleBuffer arg1) get
(ByteBuffer arg0) get
(DoubleBuffer arg0) getToAddress
(long arg0) boolean
isFinite()
double
length()
double
int
int
mulDirection
(Matrix3x2dc arg0, Vector2d arg1) mulPosition
(Matrix3x2dc arg0, Vector2d arg1) mulTranspose
(Matrix2dc arg0, Vector2d arg1) mulTranspose
(Matrix2fc arg0, Vector2d arg1) double
x()
double
y()
-
Method Details
-
x
double x() -
y
double y() -
get
-
get
-
get
-
get
-
getToAddress
-
sub
-
sub
-
sub
-
mul
-
mul
-
mul
-
div
-
div
-
div
-
div
-
mul
-
mul
-
mulTranspose
-
mulTranspose
-
mulPosition
-
mulDirection
-
dot
-
angle
-
lengthSquared
double lengthSquared() -
length
double length() -
distance
-
distanceSquared
-
distance
-
distanceSquared
-
distance
double distance(double arg0, double arg1) -
distanceSquared
double distanceSquared(double arg0, double arg1) -
normalize
-
normalize
-
add
-
add
-
add
-
negate
-
lerp
-
fma
-
fma
-
min
-
max
-
maxComponent
int maxComponent() -
minComponent
int minComponent() -
get
- Throws:
IllegalArgumentException
-
get
-
get
-
get
-
floor
-
ceil
-
round
-
isFinite
boolean isFinite() -
absolute
-
equals
-
equals
boolean equals(double arg0, double arg1)
-