Point2DPlanar(Point2D, Plane)
                Construct an instance using the provided plane and location.
            
Declaration Syntax
public Point2DPlanar(Point2D location, Plane plane)
Parameters
- location(Point2D)
 The 2D location within the plane.
            
- plane(Plane)
 The plane in which this Point2dPlanar is located.