Unit 'GR32_Transforms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TProjectiveTransformation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GR32_Transforms.pas line 168

type TProjectiveTransformation = class(T3x3Transformation)

protected

  procedure PrepareTransform; override;

  

  procedure ReverseTransformFixed(); override;

  

  procedure ReverseTransformFloat(); override;

  

  procedure TransformFixed(); override;

  

  procedure TransformFloat(); override;

  

public

  function GetTransformedBounds(); override;

  

  property X []: TFloat; [rw]

  

  property Y []: TFloat; [rw]

  

published

  property X0: TFloat; [rw]

  

  property X1: TFloat; [rw]

  

  property X2: TFloat; [rw]

  

  property X3: TFloat; [rw]

  

  property Y0: TFloat; [rw]

  

  property Y1: TFloat; [rw]

  

  property Y2: TFloat; [rw]

  

  property Y3: TFloat; [rw]

  

end;

Inheritance

TProjectiveTransformation

  

|

T3x3Transformation

  

|

TTransformation

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio