Object-oriented interface to BRL-CAD geometry.
More...
Object-oriented interface to BRL-CAD geometry.
These are the methods for a notional object class "brlcad_solid". The data for each instance is found separately in struct soltab. This table is indexed by ID_xxx value of particular solid found in st_id, or directly pointed at by st_meth.
◆ RT_CK_FUNCTAB
◆ rt_get_functab_by_label()
◆ OBJ
Function table defining per-primitive methods for plotting, tessellation, etc. In essence this is a way to do "object oriented" coding strictly in C.
◆ EDOBJ