Vector2Refract method
Implementation
Vector2StructType Vector2Refract(Vector2StructType v, Vector2StructType n, double r)
=> v.refract(n, r);
Vector2StructType Vector2Refract(Vector2StructType v, Vector2StructType n, double r)
=> v.refract(n, r);