getInterpolation method
Implementation
Vector getInterpolation(Vector3 point, Vector v1, Vector v2, Vector v3, Vector target ) {
return Triangle.staticGetInterpolation( point, this.a, this.b, this.c, v1, v2, v3, target );
}
Vector getInterpolation(Vector3 point, Vector v1, Vector v2, Vector v3, Vector target ) {
return Triangle.staticGetInterpolation( point, this.a, this.b, this.c, v1, v2, v3, target );
}