Table of Contents

Core

Methods Properties Base Classes Derived Classes
Constructor Count
Get CountX
GetByIndex CountY
Set M00
SetByIndex M01
M02
M10
M11
M12
M20
M21
M22
M30
M31
M32

Properties


Count : integer

read-only

var Count : Integer

CountX : integer

read-only

var CountX : Integer

CountY : integer

read-only

var CountY : Integer

M00 : boolean

var M00 : Boolean

M01 : boolean

var M01 : Boolean

M02 : boolean

var M02 : Boolean

M10 : boolean

var M10 : Boolean

M11 : boolean

var M11 : Boolean

M12 : boolean

var M12 : Boolean

M20 : boolean

var M20 : Boolean

M21 : boolean

var M21 : Boolean

M22 : boolean

var M22 : Boolean

M30 : boolean

var M30 : Boolean

M31 : boolean

var M31 : Boolean

M32 : boolean

var M32 : Boolean

Methods


Boolean4x3 : Void

constructor

Name Type Description
function Boolean4x3()

Boolean4x3 : Void

constructor

Name Type Description
p0 boolean
function Boolean4x3(p0 : Boolean)

Boolean4x3 : Void

constructor

Name Type Description
m00 boolean
m01 boolean
m02 boolean
m10 boolean
m11 boolean
m12 boolean
m20 boolean
m21 boolean
m22 boolean
m30 boolean
m31 boolean
m32 boolean
function Boolean4x3(m00 : Boolean, m01 : Boolean, m02 : Boolean, m10 : Boolean, m11 : Boolean, m12 : Boolean, m20 : Boolean, m21 : Boolean, m22 : Boolean, m30 : Boolean, m31 : Boolean, m32 : Boolean)

Get : boolean3

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

Get : boolean

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

GetByIndex : boolean

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

Set : Void

Name Type Description
y integer
value boolean3
function Set(y : Integer, value : Boolean3)

Set : Void

Name Type Description
y integer
x integer
value boolean
function Set(y : Integer, x : Integer, value : Boolean)

SetByIndex : Void

Name Type Description
index integer
value boolean
function SetByIndex(index : Integer, value : Boolean)