Inherits from JavaScript Object
Location aphid.core.Vector3

Overview of Constructors

Overview of Tasks

Attributes

  • Type
  • float
  • float
  • float
  • Writability
  • readwrite
  • readwrite
  • readwrite

Functions

  • Return Type
  • Vector3
  • bool
  • void
  • string

Class Attributes

  • Type
  • Vector3
  • Writability
  • readonly

Constructors

Vector3(x, y, z)

new Vector3(float x, float y, float z)

Parameters

float x
float y
float z

Vector3(v3)

new Vector3(Vector3 v3)

Parameters

Non-null Vector3 v3

Vector3()

new Vector3()

Attributes

x

readwrite float x

y

readwrite float y

z

readwrite float z

Functions

copy()

Vector3 copy()

Return Value: Vector3

equals(v)

bool equals(Vector3 v)

Parameters

Non-null Vector3 v

Return Value: bool

setXYZ(parameter_0, parameter_1, parameter_2)

void setXYZ(float parameter0, float parameter1, float parameter_2)

Parameters

float parameter_0
float parameter_1
float parameter_2

toString()

string toString()

Return Value: string

Class Attributes

Vector3.zero

Non-null readonly Vector3 zero