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