Point
- Point
Parameters:
Name | Type | Default |
x | number | 0 |
y | number | 0 |
• x: number
• y: number
Returns a copy of Point that can be mutated separately.
Copies all of this Point's properties to a Point specified in an argument. Returns the point passed as argument.
Parameters:
Name | Type |
point |
▸ toString(): string
Returns: string
Last modified 3yr ago