Package icyllis.arc3d.core
Class Vector4
java.lang.Object
icyllis.arc3d.core.Vector4
Represents a four-dimensional vector.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public float x -
y
public float y -
z
public float z -
w
public float w
-
-
Constructor Details
-
Vector4
public Vector4()
-
-
Method Details
-
transform
Transform this vector by a 4x4 transformation matrix.- Parameters:
mat
- the matrix used as the transformation
-