Table of Contents

Core

Methods Properties Base Classes Derived Classes
Get Count
GetByIndex CountX
Constructor CountY
Set M00
SetByIndex M01
M10
M11
M20
M21

Properties


Count : integer

read-only

var Count : Integer

CountX : integer

read-only

var CountX : Integer

CountY : integer

read-only

var CountY : Integer

M00 : real

var M00 : Real

M01 : real

var M01 : Real

M10 : real

var M10 : Real

M11 : real

var M11 : Real

M20 : real

var M20 : Real

M21 : real

var M21 : Real

Methods


Get : real2

Name Type Description
y integer
function Get(y : Integer) : Real2

Get : real

Name Type Description
y integer
x integer
function Get(y : Integer, x : Integer) : Real

GetByIndex : real

Name Type Description
index integer
function GetByIndex(index : Integer) : Real

Real3x2 : Void

constructor

Name Type Description
function Real3x2()

Real3x2 : Void

constructor

Name Type Description
p0 real
function Real3x2(p0 : Real)

Real3x2 : Void

constructor

Name Type Description
m00 real
m01 real
m10 real
m11 real
m20 real
m21 real
function Real3x2(m00 : Real, m01 : Real, m10 : Real, m11 : Real, m20 : Real, m21 : Real)

Set : Void

Name Type Description
y integer
x integer
value real
function Set(y : Integer, x : Integer, value : Real)

Set : Void

Name Type Description
y integer
value real2
function Set(y : Integer, value : Real2)

SetByIndex : Void

Name Type Description
index integer
value real
function SetByIndex(index : Integer, value : Real)