java.lang.Object
dev.secondsun.geometry.Vertex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanfloatlength()project(float[][] matrix)rotateX(float rotX)rotateY(float rotY)rotateZ(int rotZ)scale(float factor)toString()transform(float[][] matrix)translateX(float translate)translateY(float translate)translateZ(int i)
-
Field Details
-
ZERO
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
Vertex
-
Vertex
public Vertex(float x, float y, float z)
-
-
Method Details