Dart API Referencedart:htmlPoint

Point Interface

The Point class offers methods for performing common geometry operations on two dimensional points.

Constructors

Code new Point(num x, num y) #

Point(num x, num y);

Fields

Code num x #

num x;

Code num y #

num y;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.