Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Ceil
Function
Ceil
TSVector2D.h:534–537 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
/// \related Vector2D
533
534
inline Vector2D Ceil(const Vector2D& v)
535
{
536
return (Vector2D(Ceil(v.x), Ceil(v.y)));
537
}
538
539
// ==============================================
540
// Complement
Callers
nothing calls this directly
Calls
1
Vector2D
Class · 0.85
Tested by
no test coverage detected