Circular¶
-
class
Math.geometry.Circular(radius)¶ Bases:
objectSuperclass for circular objects, like Circle() and Sphere()
Methods Summary
tangent_distance(height)Distance to the tangent point
Methods Documentation
-
tangent_distance(height)¶ Distance to the tangent point
:param height : radial outward distance from circle, in same units as radius
-