![]() |
Kig Python Scripting API Documentation |
||||
|
CConicCartesianData | Cartesian Conic Data |
CConicPolarData | This class represents an equation of a conic in the form ![]() |
CCoordinate | Basic class representing a 2D location by its x and y components |
CCubicCartesianData | This class represents an equation of a cubic in the form ![]() ![]() ![]() |
CLineData | Simple class representing a line |
▼CObject | Behaviour of an object after it is calculated |
CAngle | An Object representing an angle |
▼CBogusObject | This is the base class for the so-called BogusObject's |
CDoubleObject | This Object is a BogusObject containing only a double value |
CIntObject | This Object is a BogusObject containing only an int value |
CInvalidObject | This Object represents an invalid object |
CStringObject | This Object is a BogusObject containing only a string value |
▼CCurve | This class represents a curve: something which is composed of points, like a line, a circle, a locus.. |
▼CAbstractLine | An Object class that is the base of the line-like Object's: Segment, Line and Ray |
CLine | An Object representing a line |
CRay | An Object representing a ray |
CSegment | An Object representing a segment |
CArc | An Object representing an arc |
▼CConic | An Object representing a conic |
CCircle | An Object representing a circle |
CConicCart | An implementation of Conic to be used when only the cartesian equation of the conic is known |
CConicPolar | An implementation of Conic to be used when only the cartesian equation of the conic is known |
CCubic | An Object representing a cubic |
CVector | An Object representing a vector |
CPoint | An Object representing a point |
CObjectType | Instances of this class represent a certain Object type |
CTransformation | Class representing a transformation |