Module sphere

The module implementing a 3D sphere.

Behaviours: object3d.

Description

The module implementing a 3D sphere.

A sphere is created using the function oject3d:new/1, passing the proper #object3d{} record, whose fields have the following meaning:

Example:

   object3d:new (#object3d { type = sphere,
                             name = mysphere,
                             radius = 0.75,
                             position = ?VECTOR (0.0, -0.1, 0.6),
                             color = ?RGB(1.0, 1.0, 0.0)}).
  

Generated by EDoc, Nov 21 2007, 10:13:23.