Package com.jogamp.opengl.math
Interface Vert3fImmutable
-
- All Superinterfaces:
Vert2fImmutable
public interface Vert3fImmutable extends Vert2fImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vec3f
getCoord()
float
z()
-
Methods inherited from interface com.jogamp.opengl.math.Vert2fImmutable
getCoordCount, x, y
-
-
-
-
Method Detail
-
z
float z()
-
getCoord
Vec3f getCoord()
-
-