cross method

PVector cross(
  1. PVector other
)

Implementation

PVector cross(PVector other) {
  throw UnimplementedError(
      "Flutter Processing doesn't support this yet. We need 3D vectors to make this meaningful.");
}