menu
scanbot_sdk
common
PolygonPoint
PolygonPoint.fromJson factory constructor
PolygonPoint.fromJson
brightness_4
brightness_5
PolygonPoint.fromJson
constructor
PolygonPoint.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory PolygonPoint.fromJson(Map<String, dynamic> json) => _$PolygonPointFromJson(json);
scanbot_sdk
common
PolygonPoint
PolygonPoint.fromJson factory constructor
PolygonPoint class
Constructors
PolygonPoint
fromJson
Properties
hashCode
magnitude
runtimeType
x
y
Methods
distanceTo
noSuchMethod
squaredDistanceTo
toJson
toString
Operators
operator *
operator +
operator -
operator ==