Interface Vector4fc
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
distance
(float arg0, float arg1, float arg2, float arg3) float
float
distanceSquared
(float arg0, float arg1, float arg2, float arg3) float
distanceSquared
(Vector4fc arg0) float
dot
(float arg0, float arg1, float arg2, float arg3) float
boolean
equals
(float arg0, float arg1, float arg2, float arg3) boolean
float
get
(int arg0) get
(int arg0, ByteBuffer arg1) get
(int arg0, FloatBuffer arg1) get
(ByteBuffer arg0) get
(FloatBuffer arg0) getToAddress
(long arg0) boolean
isFinite()
float
length()
float
int
int
mul
(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) float
w()
float
x()
float
y()
float
z()
-
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)
-