Table of Contents

Core

Methods Properties Base Classes Derived Classes
Get Count
GetAxis NegativeMin
Constructor NegativeValueClosestToZero
Set One
PositiveMax
PositiveValueClosestToZero
XAxis
YAxis
Zero

Properties


Count : integer

read-only

var Count : Integer

NegativeMin : real2

read-only static

The smallest (most negative) value that can be represented by a Real.

var NegativeMin : Real2

NegativeValueClosestToZero : real2

read-only static

The negative value closest to zero that can be represented by a Real.

var NegativeValueClosestToZero : Real2

One : real2

read-only static

The one vector (a vector containing all ones).

var One : Real2

PositiveMax : real2

read-only static

The largest (most positive) value that can be represented by a Real.

var PositiveMax : Real2

PositiveValueClosestToZero : real2

read-only static

The positive value closest to zero that can be represented by a Real.

var PositiveValueClosestToZero : Real2

XAxis : real2

read-only static

var XAxis : Real2

YAxis : real2

read-only static

var YAxis : Real2

Zero : real2

read-only static

The zero vector (a vector containing all zeroes).

var Zero : Real2

Methods


Get : real

Name Type Description
p0 integer
function Get(p0 : Integer) : Real

GetAxis : real2

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) : Real2

Real2 : Void

constructor

Name Type Description
function Real2()

Real2 : Void

constructor

Name Type Description
scalar real
function Real2(scalar : Real)

Real2 : Void

constructor

Name Type Description
p0 real
p1 real
function Real2(p0 : Real, p1 : Real)

Real2 : Void

constructor

Name Type Description
p0 real2
function Real2(p0 : Real2)

Set : Void

Name Type Description
p0 integer
p1 real
function Set(p0 : Integer, p1 : Real)