Home
|
GR32_Transforms
|
TTransformation
|
|
function Transform(const P: TPoint): TPoint; overload; virtual;
function Transform(const P: TFixedPoint): TFixedPoint; overload; virtual;
function Transform(const P: TFloatPoint): TFloatPoint; overload; virtual;
Forward transforms the supplied point P and returns the result. Note that not all derived transformation classes supports forward transformation. If the given class do not support forward transformation an ETransformNotImplemented exception will be raised.
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010