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

T3x3Transformation

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

Declaration

Source position: GR32_Transforms.pas line 135

type T3x3Transformation = class(TTransformation)

protected

  FMatrix: TFloatMatrix;

  

  FInverseMatrix: TFloatMatrix;

  

  FFixedMatrix: TFixedMatrix;

  

  FInverseFixedMatrix: TFixedMatrix;

  

  procedure PrepareTransform; override;

  

  procedure ReverseTransformFixed(); override;

  

  procedure ReverseTransformFloat(); override;

  

  procedure TransformFixed(); override;

  

  procedure TransformFloat(); override;

  

public

  property Matrix: TFloatMatrix; [r]

  

end;

Inheritance

T3x3Transformation

  

|

TTransformation

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio