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