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)
@
nogc
nothrow
float
getAngle
(
in
float
deltaX
,
in
float
deltaY
)
float
getAngle
(vec3 a, 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.