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