Struct Point2I

Point2I structure

Holds the coordinates of a point

public struct Point2I

Constructors

NameDescription
Point2I(int, int)Creates a point

Methods

NameDescription
operator *Calculate p1 x p2

Fields

NameDescription
xX-coordinate
yY-coordinate

See Also