Core
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Get | Count | ||
GetAxis | NegativeMin | ||
Parse | NegativeValueClosestToZero | ||
Constructor | One | ||
Reinterpret | PositiveMax | ||
Set | PositiveValueClosestToZero | ||
XAxis | |||
Zero |
Properties
Count : integer
read-only
var Count : Integer
NegativeMin : real
read-only
static
The smallest (most negative) value that can be represented by a Real.
var NegativeMin : Real
NegativeValueClosestToZero : real
read-only
static
The negative value closest to zero that can be represented by a Real.
var NegativeValueClosestToZero : Real
One : real
read-only
static
The one vector (a vector containing all ones).
var One : Real
PositiveMax : real
read-only
static
The largest (most positive) value that can be represented by a Real.
var PositiveMax : Real
PositiveValueClosestToZero : real
read-only
static
The positive value closest to zero that can be represented by a Real.
var PositiveValueClosestToZero : Real
XAxis : real
read-only
static
var XAxis : Real
Zero : real
read-only
static
The zero vector (a vector containing all zeroes).
var Zero : Real
Methods
Get : real
Name Type Description p0 integer function Get(p0 : Integer) : Real
GetAxis : real
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) : Real
Parse : real
static
Attempt to convert the given StringRange to a Real. If parsing fails 0 is returned. |Name|Type|Description| |---|---|---| |p0|stringrange| |
function Parse(p0 : StringRange) : Real
Real : Void
constructor
Name Type Description function Real()
Real : Void
constructor
Name Type Description scalar real function Real(scalar : Real)
Reinterpret : real
static
Name Type Description p0 integer function Reinterpret(p0 : Integer) : Real
Set : Void
Name Type Description p0 integer p1 real function Set(p0 : Integer, p1 : Real)