Maven module :
un.storage : model3d-stl :
Class :
un.storage.model3d.stl.STLFacet
Extends/Implements :
-
Subclasses :
-
STL Facet.
A triangle defined by 3 vertices, a normal and a hint/flag short value.
author
Johann Sorel
Variables :
normal
,
vertices
,
hint
Functions :
-
size 3 */
public float[]
normal
size 3*3 : x1,y1,z1, x2,y2,z2 */
public float[]
vertices
additional value, could be used for anything */
public short
hint
A triangle defined by 3 vertices, a normal and a hint/flag short value.
author Johann Sorel