Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ normal
Function
normal
src/python/PyImath/PyImathPlane.cpp:226–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
225
template <class T>
226
static Vec3<T>
227
normal(Plane3<T> &plane)
228
{
229
return plane.normal;
230
}
231
232
template <class T>
233
static void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected