Vector2Refract method

Vector2StructType Vector2Refract(
  1. Vector2StructType v,
  2. Vector2StructType n,
  3. double r
)

Implementation

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