Table of Contents

Core

Methods Properties Base Classes Derived Classes
Constructor Count
Get One
GetAxis XAxis
Set YAxis
ZAxis
Zero

Properties


Count : integer

read-only

var Count : Integer

One : boolean3

read-only static

The one vector (a vector containing all ones).

var One : Boolean3

XAxis : boolean3

read-only static

var XAxis : Boolean3

YAxis : boolean3

read-only static

var YAxis : Boolean3

ZAxis : boolean3

read-only static

var ZAxis : Boolean3

Zero : boolean3

read-only static

The zero vector (a vector containing all zeroes).

var Zero : Boolean3

Methods


Boolean3 : Void

constructor

Name Type Description
function Boolean3()

Boolean3 : Void

constructor

Name Type Description
scalar boolean
function Boolean3(scalar : Boolean)

Boolean3 : Void

constructor

Name Type Description
p0 boolean
p1 boolean
p2 boolean
function Boolean3(p0 : Boolean, p1 : Boolean, p2 : Boolean)

Boolean3 : Void

constructor

Name Type Description
p0 boolean
p1 boolean2
function Boolean3(p0 : Boolean, p1 : Boolean2)

Boolean3 : Void

constructor

Name Type Description
p0 boolean2
p1 boolean
function Boolean3(p0 : Boolean2, p1 : Boolean)

Get : boolean

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

GetAxis : boolean3

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

Set : Void

Name Type Description
p0 integer
p1 boolean
function Set(p0 : Integer, p1 : Boolean)