UNPKG
@csegames/camelot-unchained
Version:
latest (0.1.2)
0.1.2
Camelot Unchained Client Library
csegames/camelot-unchained-client-library
@csegames/camelot-unchained
/
lib
/
utils
/
distance.d.ts
4 lines
(3 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
import
{
Vec2
f,
Vec3
f }
from
'../webAPI/definitions'
;
export
declare
function
distanceVec2
(
positionOne
:
Vec2
f,
positionTwo
:
Vec2
f
):
number
;
export
declare
function
distanceVec3
(
positionOne
:
Vec3
f,
positionTwo
:
Vec3
f
):
number
;