hitTest abstract method

bool hitTest(
  1. Vec2D point, {
  2. Mat2D? transform,
  3. double hitRadius = 3,
})

Implementation

bool hitTest(
  Vec2D point, {
  Mat2D? transform,
  double hitRadius = 3,
});