Point

Creates a point.

A point is a geometric entity, representing a location in the two-dimensional cartesian plane.

Inputs

X (Type: Double)

The horizontal coordinate.

Y (Type: Double)

The vertical coordinate.

Outputs

PointDouble (Type: PointDouble)

The point.