Interface Vector4fc
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatdistance(float arg0, float arg1, float arg2, float arg3) floatfloatdistanceSquared(float arg0, float arg1, float arg2, float arg3) floatdistanceSquared(Vector4fc arg0) floatdot(float arg0, float arg1, float arg2, float arg3) floatbooleanequals(float arg0, float arg1, float arg2, float arg3) booleanfloatget(int arg0) get(int arg0, ByteBuffer arg1) get(int arg0, FloatBuffer arg1) get(ByteBuffer arg0) get(FloatBuffer arg0) getToAddress(long arg0) booleanisFinite()floatlength()floatintintmul(Matrix4x3fc arg0, Vector4f arg1) mulAffineTranspose(Matrix4fc arg0, Vector4f arg1) mulProject(Matrix4fc arg0, Vector3f arg1) mulProject(Matrix4fc arg0, Vector4f arg1) mulTranspose(Matrix4fc arg0, Vector4f arg1) normalize3(Vector4f arg0) rotate(Quaternionfc arg0, Vector4f arg1) rotateAxis(float arg0, float arg1, float arg2, float arg3, Vector4f arg4) smoothStep(Vector4fc arg0, float arg1, Vector4f arg2) floatw()floatx()floaty()floatz()
-
Method Details
-
x
float x() -
y
float y() -
z
float z() -
w
float w() -
get
-
get
-
get
-
get
-
getToAddress
-
sub
-
sub
-
add
-
add
-
fma
-
fma
-
mulAdd
-
mulAdd
-
mul
-
div
-
mul
-
mulTranspose
-
mulAffine
-
mulAffineTranspose
-
mul
-
mulProject
-
mulProject
-
mul
-
mul
-
div
-
div
-
rotate
-
rotateAxis
-
rotateX
-
rotateY
-
rotateZ
-
lengthSquared
float lengthSquared() -
length
float length() -
normalize
-
normalize
-
normalize3
-
distance
-
distance
float distance(float arg0, float arg1, float arg2, float arg3) -
distanceSquared
-
distanceSquared
float distanceSquared(float arg0, float arg1, float arg2, float arg3) -
dot
-
dot
float dot(float arg0, float arg1, float arg2, float arg3) -
angleCos
-
angle
-
negate
-
min
-
max
-
lerp
-
smoothStep
-
hermite
-
get
- Throws:
IllegalArgumentException
-
get
-
get
-
get
-
maxComponent
int maxComponent() -
minComponent
int minComponent() -
floor
-
ceil
-
round
-
isFinite
boolean isFinite() -
absolute
-
equals
-
equals
boolean equals(float arg0, float arg1, float arg2, float arg3)
-