HitTester class

Implemented types
Implementers

Constructors

HitTester(IAABB area, [double tolerance = 0.25])

Properties

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

Methods

addRect(AABB r, Mat2D xform, PathDirection dir) → void
close() → void
override
cubic(Vec2D b, Vec2D c, Vec2D d) → void
cubicTo(double x1, double y1, double x2, double y2, double x3, double y3) → void
override
line(Vec2D v) → void
lineTo(double x, double y) → void
override
move(Vec2D v) → void
moveTo(double x, double y) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
test([PathFillRule rule = PathFillRule.nonZero]) bool
toString() String
A string representation of this object.
inherited

Operators

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