evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
getAngle
evael
utils
math
Functions
Returns angle between two points.
float
getAngle
(float deltaX, float deltaY)
float
getAngle
(vec3 a, vec3 b)
@
nogc
nothrow
float
getAngle
()
(
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 angle between two points.