voxelman.utils.math

Public Imports

dlib.math.vector
public import dlib.math.vector;
Undocumented in source.
dlib.math.utils
public import dlib.math.utils;
Undocumented in source.

Members

Functions

nansToZero
void nansToZero(Vector!(T, size) vector)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

floor (from std.math)
public import std.math : isNaN, floor;
Undocumented in source.
isNaN (from std.math)
public import std.math : isNaN, floor;
Undocumented in source.

Meta

Authors

Andrey Penechko.