| Package | sandy.primitive |
| Interface | public interface Primitive3D |
| Implementors | Box, Cone, Cylinder, GeodesicSphere, Hedra, Line3D, Plane3D, Sphere, Torus |
This is to ensure that all primitives classes implements the necessary method(s)
| Method | Defined by | ||
|---|---|---|---|
|
generate(... arguments):Geometry3D
Generates the geometry for the primitive.
| Primitive3D | ||
| generate | () | method |
public function generate(... arguments):Geometry3DGenerates the geometry for the primitive.
Parameters... arguments |
Geometry3D —
The geometry object for the primitive.
|
See also