ClosestPointOnTriangle# inline Vec3 ClosestPointOnTriangle( const Vec3 &a, const Vec3 &b, const Vec3 &c, const Vec3 &p, float &v, float &w, )#