Dart SDK
dart:html
Point
Point
Point
Dart SDK
dart:html
Point
Point
constructor
Point
Source
Dart SDK
dart:html
Point
Properties
hashCode
magnitude
runtimeType
x
y
Constructors
Point
Operators
operator *
operator +
operator -
operator ==
Methods
distanceTo
noSuchMethod
squaredDistanceTo
toString
Not documented.
Source
const Point(T x, T y): this.x = x, this.y = y;