Struct Point2
A Point2 defines a position in 2D space
Fields
x Double
y Double
Derived class: Vector2
classDiagram
    class Point2
        Point2 <|-- Vector2
Functions accepting this type or a list of this type as a parameter:
Namespace: Geom
Syntax