Point4
-
class
Point4()
Constructors
Methods
-
Point4.equals() - equals(other:
IPoint4): booleanStrictly compares this point with another.
Parameters
other:
IPoint4Point to compare with.Returns: boolean
True if the values of this point equal those of the other.
-
Point4.equalsWithTolerance() - equalsWithTolerance(other:
IPoint4, tolerance: number): booleanCompares this point with another using a tolerance.
Parameters
Returns: boolean
True if the values of this point equal those of the other.
-
Point4.scale() - scale(k: number): this
Parameters
k: numberReturns: this
-
Point4.set() - set(x: number, y: number, z: number, w: number): void
Parameters
x: number
y: number
z: number
w: number
Returns: void