18 #ifndef _HOPCONSTRUCTSPHERE_H
19 #define _HOPCONSTRUCTSPHERE_H
45 void GenerateLinesThroughSphere();
57 void ConstructWireframeSphere (
HPoint const & center,
float radius);
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &hevent)
The HOpConstructSphere class provides support for constructing a sphere and inserting it into the mod...
Definition: HOpConstructSphere.h:42
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:65
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:126
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnLButtonDown(HEventInfo &hevent)
float m_radius
Definition: HOpConstructSphere.h:48