Class SvgMatrix
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Many of SVG's graphics operations utilize 2x3 matrices of the form: [a c e] [b d f]
which, when expanded into a 3x3 matrix for the purposes of matrix arithmetic, become: [a c e] [b d f] [0 0 1]
public sealed class SvgMatrix : ISvgMatrix
- Inheritance
-
SvgMatrix
- Implements
- Inherited Members