MCPcopy 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
218template <class T>
219static T
220distance(Plane3<T> &plane)
221{
222 return plane.distance;
223}
224
225template <class T>
226static Vec3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected