Vector2Length method

double Vector2Length(
  1. Vector2C v
)

Calculate vector length

Implementation

double Vector2Length(Vector2C v)
  => _Vector2Length(v);