Package renderer.scene.primitives
Geometric primitives that describe the relationships between vertices of a model.
-
Class Summary Class Description LineSegment ALineSegment
object has four integers that represent the endpoints of the line segment and the color at each endpoint.Point APoint
object has two integers that represent the location and color of a singleVertex
.Primitive APrimitive
is something that we can build geometric shapes out of (a "graphics primitive").