Point
Represents a 2D (x,y) point.
Properties
Property | Type | Description |
---|---|---|
X coordinate | ||
Y coordinate |
Constructors
Creates a new point with 0
.
Creates a new point with the given
Parameters
x (float ): The X coordinatey (float ): The Y coordinate