Module surface

The module implementing a 2D surface (a rectangle).

Behaviours: object3d.

Description

The module implementing a 2D surface (a rectangle).

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

Example:

   object3d:new (#object3d { type = surface,
                             name = mysurface,
                             width = 0.1,
                             depth = 21.1,
                             position = ?VECTOR (0.0, -0.1, 0.6),
                             axis = ?VECTOR (0.0, 1.0, 1.0),
                             color = ?RGB(1.0, 1.0, 0.0)}).
  

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