TTransformation.ReverseTransform

function ReverseTransform(const P: TPoint): TPoint; overload; virtual;

function ReverseTransform(const P: TFixedPoint): TFixedPoint; overload; virtual;

function ReverseTransform(const P: TFloatPoint): TFloatPoint; overload; virtual;

Description

Reverse-transforms the supplied point P and returns the result.