Table of Contents

Core

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

Properties


Count : integer

read-only

var Count : Integer

NegativeMin : real3

read-only static

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

var NegativeMin : Real3

NegativeValueClosestToZero : real3

read-only static

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

var NegativeValueClosestToZero : Real3

One : real3

read-only static

The one vector (a vector containing all ones).

var One : Real3

PositiveMax : real3

read-only static

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

var PositiveMax : Real3

PositiveValueClosestToZero : real3

read-only static

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

var PositiveValueClosestToZero : Real3

XAxis : real3

read-only static

var XAxis : Real3

YAxis : real3

read-only static

var YAxis : Real3

ZAxis : real3

read-only static

var ZAxis : Real3

Zero : real3

read-only static

The zero vector (a vector containing all zeroes).

var Zero : Real3

Methods


Get : real

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

GetAxis : real3

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

Real3 : Void

constructor

Name Type Description
function Real3()

Real3 : Void

constructor

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

Real3 : Void

constructor

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

Real3 : Void

constructor

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

Real3 : Void

constructor

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

Set : Void

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