Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ Zero
Method
Zero
GTE/Mathematics/Vector.h:173–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
static Vector Zero()
174
{
175
Vector<N, Real> v;
176
v.MakeZero();
177
return v;
178
}
179
180
static Vector Ones()
181
{
Callers
nothing calls this directly
Calls
1
MakeZero
Method · 0.45
Tested by
no test coverage detected