Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Count | ||
Get | CountX | ||
GetByIndex | CountY | ||
Set | M00 | ||
SetByIndex | M01 | ||
M02 | |||
M03 | |||
M10 | |||
M11 | |||
M12 | |||
M13 | |||
M20 | |||
M21 | |||
M22 | |||
M23 | |||
M30 | |||
M31 | |||
M32 | |||
M33 |
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
M03 : boolean
var M03 : Boolean
M10 : boolean
var M10 : Boolean
M11 : boolean
var M11 : Boolean
M12 : boolean
var M12 : Boolean
M13 : boolean
var M13 : Boolean
M20 : boolean
var M20 : Boolean
M21 : boolean
var M21 : Boolean
M22 : boolean
var M22 : Boolean
M23 : boolean
var M23 : Boolean
M30 : boolean
var M30 : Boolean
M31 : boolean
var M31 : Boolean
M32 : boolean
var M32 : Boolean
M33 : boolean
var M33 : Boolean
Methods
Boolean4x4 : Void
constructor
Name Type Description function Boolean4x4()
Boolean4x4 : Void
constructor
Name Type Description p0 boolean function Boolean4x4(p0 : Boolean)
Boolean4x4 : Void
constructor
Name Type Description m00 boolean m01 boolean m02 boolean m03 boolean m10 boolean m11 boolean m12 boolean m13 boolean m20 boolean m21 boolean m22 boolean m23 boolean m30 boolean m31 boolean m32 boolean m33 boolean function Boolean4x4(m00 : Boolean, m01 : Boolean, m02 : Boolean, m03 : Boolean, m10 : Boolean, m11 : Boolean, m12 : Boolean, m13 : Boolean, m20 : Boolean, m21 : Boolean, m22 : Boolean, m23 : Boolean, m30 : Boolean, m31 : Boolean, m32 : Boolean, m33 : Boolean)
Get : boolean4
Name Type Description y integer function Get(y : Integer) : Boolean4
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 boolean4 function Set(y : Integer, value : Boolean4)
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)