Vector3 getBarycoord(point, Vector3 target) { return Triangle.static_getBarycoord(point, a, b, c, target); }