Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Floor
Function
Floor
TSVector2D.h:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
/// \related Vector2D
525
526
inline Vector2D Floor(const Vector2D& v)
527
{
528
return (Vector2D(Floor(v.x), Floor(v.y)));
529
}
530
531
/// \brief Returns the componentwise ceiling of the 2D vector $v$.
532
/// \related Vector2D
Callers
nothing calls this directly
Calls
1
Vector2D
Class · 0.85
Tested by
no test coverage detected