Skip to contents

.

Usage

vector_2_distance(v_1, v_2)

Arguments

v_1

A numeric vector of length 2.

v_2

A numeric vector of length 2.

Value

A number

Note

This function has been auto-generated from the following Raylib function definition:

float Vector2Distance(Vector2 v1, Vector2 v2);