Interface Vector2dc
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledistance(double arg0, double arg1) doubledoubledoubledistanceSquared(double arg0, double arg1) doubledistanceSquared(Vector2dc arg0) doubledistanceSquared(Vector2fc arg0) doublebooleanequals(double arg0, double arg1) booleandoubleget(int arg0) get(int arg0, ByteBuffer arg1) get(int arg0, DoubleBuffer arg1) get(ByteBuffer arg0) get(DoubleBuffer arg0) getToAddress(long arg0) booleanisFinite()doublelength()doubleintintmulDirection(Matrix3x2dc arg0, Vector2d arg1) mulPosition(Matrix3x2dc arg0, Vector2d arg1) mulTranspose(Matrix2dc arg0, Vector2d arg1) mulTranspose(Matrix2fc arg0, Vector2d arg1) doublex()doubley()
-
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)
-