Package org.joml
Interface Vector4fc
public interface Vector4fc
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
float
distance
(float float1, float float2, float float3, float float4) float
float
distanceSquared
(float float1, float float2, float float3, float float4) float
distanceSquared
(Vector4fc vector4fc) float
dot
(float float1, float float2, float float3, float float4) float
boolean
equals
(float float1, float float2, float float3, float float4) boolean
float
get
(int int1) get
(int int1, ByteBuffer byteBuffer) get
(int int1, FloatBuffer floatBuffer) get
(ByteBuffer byteBuffer) get
(FloatBuffer floatBuffer) getToAddress
(long long1) hermite
(Vector4fc vector4fc, Vector4fc vector4fc2, Vector4fc vector4fc3, float float1, Vector4f vector4f) boolean
isFinite()
float
length()
float
int
int
mul
(Matrix4x3fc matrix4x3fc, Vector4f vector4f) mulAffineTranspose
(Matrix4fc matrix4fc, Vector4f vector4f) mulProject
(Matrix4fc matrix4fc, Vector3f vector3f) mulProject
(Matrix4fc matrix4fc, Vector4f vector4f) mulTranspose
(Matrix4fc matrix4fc, Vector4f vector4f) normalize3
(Vector4f vector4f) rotate
(Quaternionfc quaternionfc, Vector4f vector4f) rotateAxis
(float float1, float float2, float float3, float float4, Vector4f vector4f) smoothStep
(Vector4fc vector4fc, float float1, Vector4f vector4f) 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 float1, float float2, float float3, float float4) -
distanceSquared
-
distanceSquared
float distanceSquared(float float1, float float2, float float3, float float4) -
dot
-
dot
float dot(float float1, float float2, float float3, float float4) -
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 float1, float float2, float float3, float float4)
-