Class IGDIPlus.TGPMatrix

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: SignalLabBasicPkg

Unit: IGDIPlus

Inherits: TGPBase

Contents

Syntax

Delphi:

type TGPMatrix = class( TGPBase, IGPMatrix )

C++ Builder:

class TGPMatrix : public TGPBase

Visual C++ (MFC):

class CTGPMatrix : public CTGPBase

C# (.NET):

public ref class TGPMatrix : Mitov.SignalLab.Base

Summary

A Represents a 3×3 matrix that represents an affine transformation.

Description

A TGPMatrix object represents a 3×3 matrix that, in turn, represents an affine transformation. A Matrix object stores only six of the 9 numbers in a 3×3 matrix because all 3×3 matrices that represent affine transformations have the same third column (0, 0, 1).

Methods

Public

From TGPBase

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox