Vector3Refract method
Implementation
Vector3StructType Vector3Refract(Vector3StructType v, Vector3StructType n, double r)
=> v.refract(n, r);
Vector3StructType Vector3Refract(Vector3StructType v, Vector3StructType n, double r)
=> v.refract(n, r);