Core
Properties
read-only
var Count : Integer
read-only
var CountX : Integer
read-only
var CountY : Integer
var M00 : Real
var M01 : Real
var M10 : Real
var M11 : Real
var M20 : Real
var M21 : Real
var M30 : Real
var M31 : Real
Methods
function Get(y : Integer) : Real2
function Get(y : Integer, x : Integer) : Real
GetByIndex : real
Name |
Type |
Description |
index |
integer |
|
function GetByIndex(index : Integer) : Real
Real4x2 : Void
constructor
function Real4x2()
Real4x2 : Void
constructor
Name |
Type |
Description |
p0 |
real |
|
function Real4x2(p0 : Real)
Real4x2 : Void
constructor
function Real4x2(m00 : Real, m01 : Real, m10 : Real, m11 : Real, m20 : Real, m21 : Real, m30 : Real, m31 : Real)
Set : Void
function Set(y : Integer, x : Integer, value : Real)
Set : Void
function Set(y : Integer, value : Real2)
SetByIndex : Void
function SetByIndex(index : Integer, value : Real)