Interface Vector4dc
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledistance(double arg0, double arg1, double arg2, double arg3) doubledoubledistanceSquared(double arg0, double arg1, double arg2, double arg3) doubledistanceSquared(Vector4dc arg0) doubledot(double arg0, double arg1, double arg2, double arg3) doublebooleanequals(double arg0, double arg1, double arg2, double arg3) booleandoubleget(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) booleanisFinite()doublelength()doubleintintmul(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) doublew()doublex()doubley()doublez()
-
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)
-