Interface Vector4dc
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
distance
(double arg0, double arg1, double arg2, double arg3) double
double
distanceSquared
(double arg0, double arg1, double arg2, double arg3) double
distanceSquared
(Vector4dc arg0) double
dot
(double arg0, double arg1, double arg2, double arg3) double
boolean
equals
(double arg0, double arg1, double arg2, double arg3) boolean
double
get
(int arg0) get
(int arg0, ByteBuffer arg1) get
(int arg0, DoubleBuffer arg1) get
(int arg0, FloatBuffer arg1) get
(ByteBuffer arg0) get
(DoubleBuffer arg0) get
(FloatBuffer arg0) getf
(int arg0, ByteBuffer arg1) getf
(ByteBuffer arg0) getToAddress
(long arg0) boolean
isFinite()
double
length()
double
int
int
mul
(Matrix4x3dc arg0, Vector4d arg1) mul
(Matrix4x3fc arg0, Vector4d arg1) mulAffineTranspose
(Matrix4dc arg0, Vector4d arg1) mulProject
(Matrix4dc arg0, Vector3d arg1) mulProject
(Matrix4dc arg0, Vector4d arg1) mulTranspose
(Matrix4dc arg0, Vector4d arg1) normalize3
(Vector4d arg0) rotate
(Quaterniondc arg0, Vector4d arg1) rotateAxis
(double arg0, double arg1, double arg2, double arg3, Vector4d arg4) smoothStep
(Vector4dc arg0, double arg1, Vector4d arg2) double
w()
double
x()
double
y()
double
z()
-
Method Details
-
x
double x() -
y
double y() -
z
double z() -
w
double w() -
get
-
get
-
get
-
get
-
get
-
get
-
getf
-
getf
-
getToAddress
-
sub
-
sub
-
sub
-
add
-
add
-
add
-
fma
-
fma
-
mul
-
mul
-
div
-
mul
-
mul
-
mul
-
mul
-
mulTranspose
-
mulAffine
-
mulAffineTranspose
-
mulProject
-
mulProject
-
mulAdd
-
mulAdd
-
mul
-
div
-
rotate
-
rotateAxis
-
rotateX
-
rotateY
-
rotateZ
-
lengthSquared
double lengthSquared() -
length
double length() -
normalize
-
normalize
-
normalize3
-
distance
-
distance
double distance(double arg0, double arg1, double arg2, double arg3) -
distanceSquared
-
distanceSquared
double distanceSquared(double arg0, double arg1, double arg2, double arg3) -
dot
-
dot
double dot(double arg0, double arg1, double arg2, double arg3) -
angleCos
-
angle
-
negate
-
min
-
max
-
smoothStep
-
hermite
-
lerp
-
get
- Throws:
IllegalArgumentException
-
get
-
get
-
get
-
maxComponent
int maxComponent() -
minComponent
int minComponent() -
floor
-
ceil
-
round
-
isFinite
boolean isFinite() -
absolute
-
equals
-
equals
boolean equals(double arg0, double arg1, double arg2, double arg3)
-