XAxis
The X Axis in 2 dimensional space.
Value members
Inherited methods
Mirror, reflection transformation across the X axis. This method has been left abstract in GeomElemNew to allow the return type to be narrowed in sub classes.
Mirror, reflection transformation across the X axis. This method has been left abstract in GeomElemNew to allow the return type to be narrowed in sub classes.
Transforms this Line using a ProlignMatrix.
Transforms this Line using a ProlignMatrix.
- Definition Classes
- Inherited from:
- Line
Uniform 2D scaling transformation. The scale name was chosen for this operation as it is normally the desired operation and preserves Circles and Squares. Use the xyScale method for differential scaling.
Translate 2D geometric transformation. This abstract method returns a Line. The Return type will be narrowed in sub traits.
The point at which the line crosses the Y Axis, unless this YLine is the YAxis in which case it is merely a point where the line intersects the Y axis.
The point at which the line crosses the Y Axis, unless this YLine is the YAxis in which case it is merely a point where the line intersects the Y axis.
- Inherited from:
- XLine