dcube_primitive(dcube) Dividing Cubes dcube_primitive(dcube)
NAME
dcube_primitive - a renderer specific subclass of geom
primitive.
DESCRIPTION
dcube_primitive is a subclass of geom_primitive specifically for the dcube graphics library. It implements the
initialize and draw methods.
SUPERCLASS
geom_primitive
INSTANCE VARIABLES
none
MESSAGES
draw! Sends itself an initialize! message and then does
something mysterious.
build! sysnonym for draw!.
initialize!
Propagates the properties to the dcube graphics
library. For example it sets the current color in
dcube to whatever the color of the dcube_prim
object is.
color=(r,g,b)
sets the current color to (r,g,b).
color? returns the current color.
SEE ALSO
geom_primitive dcube
Please send comments and suggestions toconsult@rpi.edu