MCPcopy 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
225template <class T>
226static Vec3<T>
227normal(Plane3<T> &plane)
228{
229 return plane.normal;
230}
231
232template <class T>
233static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected