Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Get | Count | ||
GetAxis | NegativeMin | ||
Constructor | NegativeValueClosestToZero | ||
Set | One | ||
PositiveMax | |||
PositiveValueClosestToZero | |||
WAxis | |||
XAxis | |||
YAxis | |||
ZAxis | |||
Zero |
Properties
Count : integer
read-only
var Count : Integer
NegativeMin : integer4
read-only
static
The smallest (most negative) value that can be represented by an Integer.
var NegativeMin : Integer4
NegativeValueClosestToZero : integer4
read-only
static
The negative value closest to zero that can be represented by an Integer.
var NegativeValueClosestToZero : Integer4
One : integer4
read-only
static
The one vector (a vector containing all ones).
var One : Integer4
PositiveMax : integer4
read-only
static
The largest (most positive) value that can be represented by an Integer.
var PositiveMax : Integer4
PositiveValueClosestToZero : integer4
read-only
static
The positive value closest to zero that can be represented by an Integer.
var PositiveValueClosestToZero : Integer4
WAxis : integer4
read-only
static
var WAxis : Integer4
XAxis : integer4
read-only
static
var XAxis : Integer4
YAxis : integer4
read-only
static
var YAxis : Integer4
ZAxis : integer4
read-only
static
var ZAxis : Integer4
Zero : integer4
read-only
static
The zero vector (a vector containing all zeroes).
var Zero : Integer4
Methods
Get : integer
Name Type Description p0 integer function Get(p0 : Integer) : Integer
GetAxis : integer4
static
Returns an axis vector from the given index (ie. 0 is XAxis, 1 is YAxis, etc... |Name|Type|Description| |---|---|---| |p0|integer| |
function GetAxis(p0 : Integer) : Integer4
Integer4 : Void
constructor
Name Type Description function Integer4()
Integer4 : Void
constructor
Name Type Description scalar integer function Integer4(scalar : Integer)
Integer4 : Void
constructor
Name Type Description p0 integer p1 integer p2 integer p3 integer function Integer4(p0 : Integer, p1 : Integer, p2 : Integer, p3 : Integer)
Integer4 : Void
constructor
Name Type Description p0 integer p1 integer p2 integer2 function Integer4(p0 : Integer, p1 : Integer, p2 : Integer2)
Integer4 : Void
constructor
Name Type Description p0 integer p1 integer2 p2 integer function Integer4(p0 : Integer, p1 : Integer2, p2 : Integer)
Integer4 : Void
constructor
Name Type Description p0 integer p1 integer3 function Integer4(p0 : Integer, p1 : Integer3)
Integer4 : Void
constructor
Name Type Description p0 integer2 p1 integer p2 integer function Integer4(p0 : Integer2, p1 : Integer, p2 : Integer)
Integer4 : Void
constructor
Name Type Description p0 integer2 p1 integer2 function Integer4(p0 : Integer2, p1 : Integer2)
Integer4 : Void
constructor
Name Type Description p0 integer3 p1 integer function Integer4(p0 : Integer3, p1 : Integer)
Set : Void
Name Type Description p0 integer p1 integer function Set(p0 : Integer, p1 : Integer)