NormalizedVertex class
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
- Available extensions
- Annotations
-
- @JsonSerializable()
Constructors
- NormalizedVertex({required double x, required double y})
-
NormalizedVertex.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toResizedOffset(
Size size) → Offset -
Available on NormalizedVertex, provided by the VertexNormalizedExt extension
size
is the size of the image when displayed -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited