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