Vector.isClose

Is vector approximately close to v

struct Vector(T, size_t N)
static if(isFloatingPoint!T)
bool
isClose
if (
isNumeric!T &&
N > 0
)

Parameters

v VecType

Vector to compare

Return Value

Type: bool

Meta