Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Ceil
Function
Ceil
TSVector3D.h:664–667 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
662
/// \related Vector3D
663
664
inline Vector3D Ceil(const Vector3D& v)
665
{
666
return (Vector3D(Ceil(v.x), Ceil(v.y), Ceil(v.z)));
667
}
668
669
670
// ==============================================
Callers
nothing calls this directly
Calls
1
Vector3D
Class · 0.85
Tested by
no test coverage detected