Source position: fpsvg.types.pp line 119
type TSVGMatrix = record |
public |
a: Double; |
b: Double; |
c: Double; |
d: Double; |
e: Double; |
f: Double; |
constructor Create(); |
class function Identity; |
class function Translation(); |
class function Scaling(); |
class function Rotation(); |
class function RotationAbout(); |
class function SkewingX(); |
class function SkewingY(); |
function IsIdentity; |
function Determinant; |
function MaxScale; |
function Compose(); |
function Invert(); |
function Transform(); |
function TransformVector(); |
function ToString; |
|
end; |