XorYAxis
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
Reflects, mirrors a point across this line.
Reflects, mirrors a point across this line.
- 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.