Point4

class Communicator.Point4()

Constructors

Properties


Constructors

constructor

Communicator.Point4.constructor(x, y, z, w)
Arguments
  • x (number()) –

  • y (number()) –

  • z (number()) –

  • w (number()) –

Return type

Communicator.Point4

Properties

Communicator.Point4.w
Communicator.Point4.x
Communicator.Point4.y
Communicator.Point4.z

Methods

assign

Communicator.Point4.assign(point)
Arguments
Return type

void

scale

Communicator.Point4.scale(k)
Arguments
  • k (number()) –

Return type

Communicator.Point4

set

Communicator.Point4.set(x, y, z, w)
Arguments
  • x (number()) –

  • y (number()) –

  • z (number()) –

  • w (number()) –

Return type

void

zero

Communicator.Point4.zero()
Return type

Communicator.Point4