Vector3Refract method

Vector3StructType Vector3Refract(
  1. Vector3StructType v,
  2. Vector3StructType n,
  3. double r
)

Implementation

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