Vector2Divide method

Vector2StructType Vector2Divide(
  1. Vector2StructType v1,
  2. Vector2StructType v2
)

Implementation

Vector2StructType Vector2Divide(Vector2StructType v1, Vector2StructType v2)
  => v1.div(v2);