PathMeasure class abstract

Constructors

PathMeasure()

Properties

hashCode int
The hash code for this object.
no setterinherited
length double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

atDistance(double distance) → (Vec2D, Vec2D)
atPercentage(double percentage) → (Vec2D, Vec2D, double)
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

make(RenderPath renderPath, {double tolerance = kDefaultTolerance}) PathMeasure

Constants

kDefaultTolerance → const double