TransformingHitTester class

A HitTester with a settable transform. We can roll this into HitTester if we like it.

Inheritance

Constructors

TransformingHitTester(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
transform Mat2D
getter/setter pair

Methods

addRect(AABB r, Mat2D xform, PathDirection dir) → void
inherited
close() → void
inherited
cubic(Vec2D b, Vec2D c, Vec2D d) → void
inherited
cubicTo(double ox, double oy, double ix, double iy, double x, double y) → void
override
line(Vec2D v) → void
inherited
lineTo(double x, double y) → void
override
move(Vec2D v) → void
inherited
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
inherited
toString() String
A string representation of this object.
inherited

Operators

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