evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
getDistance
evael
utils
math
Functions
Returns distance between two points.
int
getDistance
(vec2 a, vec2 b)
int
getDistance
(vec3 a, vec3 b)
@
nogc
nothrow
int
getDistance
()
(
in
auto
ref
vec3
a
,
in
auto
ref
vec3
b
)
Meta
Source
See Implementation
evael
utils
math
Functions
aliases
PolygonDefinition
functions
getAngle
getDistance
intersect
intersectPolygon
isPointInPolygon
isPointInTriangle
isPointInTriangle2
manifest constants
degToRad
pi
Returns distance between two points.