MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Ceil

Function Ceil

TSVector4D.h:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550 /// \related Vector4D
551
552 inline Vector4D Ceil(const Vector4D& v)
553 {
554 return (Vector4D(Ceil(v.x), Ceil(v.y), Ceil(v.z), Ceil(v.w)));
555 }
556
557
558 // ==============================================

Callers

nothing calls this directly

Calls 1

Vector4DClass · 0.85

Tested by

no test coverage detected