Vector2T.Distance

struct Vector2T(T)
@trusted nothrow
T
Distance
(
T2
)
()
if ()
if (
isNumeric!(T)
)

Return Value

Type: T

The distance between this and another vector.

Meta