flutterxel_core_tri method

bool flutterxel_core_tri(
  1. int x1,
  2. int y1,
  3. int x2,
  4. int y2,
  5. int x3,
  6. int y3,
  7. int col,
)

Implementation

bool flutterxel_core_tri(
  int x1,
  int y1,
  int x2,
  int y2,
  int x3,
  int y3,
  int col,
) {
  return _flutterxel_core_tri(x1, y1, x2, y2, x3, y3, col);
}