Vector2Reflect method

Vector2StructType Vector2Reflect(
  1. Vector2StructType v,
  2. Vector2StructType normal
)

Implementation

Vector2StructType Vector2Reflect(Vector2StructType v, Vector2StructType normal)
  => v.reflect(normal);