Point4

class Communicator.Point4()

Constructors

Properties

Methods


Constructors

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

  • y (number) –

  • z (number) –

  • w (number) –

Return type

Point4

Properties

Point4.w
Type

number

Point4.x
Type

number

Point4.y
Type

number

Point4.z
Type

number

Methods

assign

Point4.assign(point)
Arguments
Return type

void

scale

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

Return type

Point4

set

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

  • y (number) –

  • z (number) –

  • w (number) –

Return type

void

static zero

Point4.zero()
Return type

Point4