MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / Sphere

Method Sphere

src/geode/geometry/basic_objects/sphere.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 template < index_t dimension >
92 Sphere< dimension >::Sphere(
93 const Point< dimension >& origin, double radius )
94 : Base( origin, radius )
95 {
96 }
97 template < index_t dimension >
98 Sphere< dimension >::Sphere( const Sphere< dimension >& ) = default;
99 template < index_t dimension >

Callers

nothing calls this directly

Calls 1

radiusMethod · 0.45

Tested by

no test coverage detected