Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Floor
Function
Floor
TSVector3D.h:656–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
/// \related Vector3D
655
656
inline Vector3D Floor(const Vector3D& v)
657
{
658
return (Vector3D(Floor(v.x), Floor(v.y), Floor(v.z)));
659
}
660
661
/// \brief Returns the componentwise ceiling of the 3D vector $v$.
662
/// \related Vector3D
Callers
nothing calls this directly
Calls
1
Vector3D
Class · 0.85
Tested by
no test coverage detected