cz.cuni.jagrlib.piece
Class OBJFileFormat.Vertex
java.lang.Object
cz.cuni.jagrlib.piece.OBJFileFormat.Vertex
- Enclosing class:
- OBJFileFormat
protected static class OBJFileFormat.Vertex
- extends Object
Vertex triple [ coords, texture, normal ].
Field Summary |
int |
coord
Coordinate handle. |
int |
normal
Normal vector handle (-1 if not present). |
int |
texture
Texture-coordinate handle (-1 if not present). |
coord
public int coord
- Coordinate handle.
texture
public int texture
- Texture-coordinate handle (
-1
if not present).
normal
public int normal
- Normal vector handle (
-1
if not present).
OBJFileFormat.Vertex
public OBJFileFormat.Vertex(int coo,
int tex,
int nor)
equals
public final boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public final int hashCode()
- Overrides:
hashCode
in class Object