#include <Geo.h>
Public Member Functions | |
Arc () | |
Public Attributes | |
Point | center |
Point | end |
double * | endAngle |
double * | rad |
Point | start |
double * | startAngle |
Definition at line 49 of file Geo.h.
GCS::Arc::Arc | ( | ) | [inline] |
Definition at line 52 of file Geo.h.
References endAngle, rad, and startAngle.
Definition at line 58 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRules(), GCS::System::addConstraintPointOnArc(), and GCS::System::addConstraintTangent().
Definition at line 57 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRules(), and GCS::System::addConstraintTangentArc2Line().
double* GCS::Arc::endAngle |
Definition at line 54 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRules(), GCS::System::addConstraintTangentArc2Line(), GCS::System::addConstraintTangentLine2Arc(), and Arc().
double* GCS::Arc::rad |
Definition at line 55 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRadius(), GCS::System::addConstraintArcRules(), GCS::System::addConstraintEqualRadius(), GCS::System::addConstraintPointOnArc(), GCS::System::addConstraintTangent(), Arc(), and Sketcher::Sketch::initMove().
Definition at line 56 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRules(), and GCS::System::addConstraintTangentLine2Arc().
double* GCS::Arc::startAngle |
Definition at line 53 of file Geo.h.
Referenced by Sketcher::Sketch::addArc(), GCS::System::addConstraintArcRules(), GCS::System::addConstraintTangentArc2Line(), GCS::System::addConstraintTangentLine2Arc(), and Arc().