SchematicPoint constructor

SchematicPoint(
  1. double x,
  2. double y
)

Create a new SchematicPoint.

Implementation

SchematicPoint(this.x, this.y);