|
|---|
RMclipPlane * rmClipPlaneNew (void)
no arguments.librm library source file: rmclip.c
RMenum rmClipPlaneDelete (RMclipPlane *toDelete)
RMclipPlane *toDelete - a handle to the RMclipPlane object to be
deleted.
librm library source file: rmclip.c RMenum rmClipPlaneSetPointNormal (RMclipPlane *toModify, const RMvertex3D *point, const RMvertex3D *normal)
RMclipPlane *toModify - a handle to an RMclipPlane object that will
be modified (input and result).
RMvertex3D *point - a handle to a caller supplied RMvertex3D object.
The contents of the caller's "point" value will be copied into the
RMclipPlane's "point" attribute.
RMvertex3D *normal - a handle to a caller supplied RMvertex3D object.
The contents of the caller's "normal" value will be copied into
the RMclipPlane's "normal" attribute.
librm library source file: rmclip.c RMenum rmClipPlaneGetPointNormal (const RMclipPlane *toQuery, RMvertex3D *point, RMvertex3D *normal)
const RMclipPlane *toQuery - a handle to an RMclipPlane object that
will be queried (input).
RMvertex3D *point - a handle to a caller supplied RMvertex3D object.
The RMclipPlane's "point" attribute will be copied into this
object (result).
RMvertex3D *normal - a handle to a caller supplied RMvertex3D object.
The RMclipPlane's "normal" attribute will be copied into this
object (result).
librm library source file: rmclip.c RMenum rmClipPlaneEnable (RMclipPlane *toModify)
RMclipPlane *toModify - a handle to an RMclipPlane object. This
object will be modified by this routine.
librm library source file: rmclip.c RMenum rmClipPlaneDisable (RMclipPlane *toModify)
RMclipPlane *toModify - a handle to an RMclipPlane object. This
object will be modified by this routine.
librm library source file: rmclip.c RMenum rmClipPlaneIsEnabled (const RMclipPlane *toQuery)
const RMclipPlane *toQuerylibrm library source file: rmclip.c