isTriangleVisible abstract method

bool isTriangleVisible(
  1. Triangle t
)

Checks if triangle is visible in the current viewport.

Implementation

bool isTriangleVisible(Triangle t);