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