public virtual void render(Triangle triangle) { render(ref triangle); }
// Renders a triangle public abstract void render(ref Triangle triangle);