Interface: IPoint

H.math.IPoint

This interface represents a two-dimensional point defined in terms of its x and y coordinates (screen coordinate values).

Members

x number

This property represents the x-coordinate of the point.

y number

This property represents the y-coordinate of the point.