Core
Properties
read-only
var Count : Integer
read-only
var CountX : Integer
read-only
var CountY : Integer
var M00 : Real
var M01 : Real
var M02 : Real
var M03 : Real
var M10 : Real
var M11 : Real
var M12 : Real
var M13 : Real
var M20 : Real
var M21 : Real
var M22 : Real
var M23 : Real
var M30 : Real
var M31 : Real
var M32 : Real
var M33 : Real
Methods
function Get(y : Integer) : Real4
function Get(y : Integer, x : Integer) : Real
GetByIndex : real
| Name |
Type |
Description |
| index |
integer |
|
function GetByIndex(index : Integer) : Real
Real4x4 : Void
constructor
function Real4x4()
Real4x4 : Void
constructor
| Name |
Type |
Description |
| p0 |
real |
|
function Real4x4(p0 : Real)
Real4x4 : Void
constructor
function Real4x4(m00 : Real, m01 : Real, m02 : Real, m03 : Real, m10 : Real, m11 : Real, m12 : Real, m13 : Real, m20 : Real, m21 : Real, m22 : Real, m23 : Real, m30 : Real, m31 : Real, m32 : Real, m33 : Real)
Set : Void
function Set(y : Integer, x : Integer, value : Real)
Set : Void
function Set(y : Integer, value : Real4)
SetByIndex : Void
function SetByIndex(index : Integer, value : Real)