.. _f-imagesynthesesphere: module ``special.image.image_synthese_sphere`` ============================================== .. inheritance-diagram:: ensae_teaching_cs.special.image.image_synthese_sphere Short summary +++++++++++++ module ``ensae_teaching_cs.special.image.image_synthese_sphere`` définition d'une sphère :githublink:`%|py|6` Classes +++++++ +--------------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +================================================================================+=========================+ | :class:`Sphere ` | définit une sphère | +--------------------------------------------------------------------------------+-------------------------+ Methods +++++++ +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | method | truncated documentation | +====================================================================================================+=============================================================================================+ | :py:meth:`__init__ ` | initialisation | +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :py:meth:`__str__ ` | affichage | +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :meth:`couleur_point ` | retourne la couleur au point de coordonnée p | +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :meth:`intersection ` | retourne le point d'intersection avec le rayon r, retourne None s'il n'y pas d'intersection | +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ | :meth:`normale ` | retourne la normale au point de coordonnée p | +----------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.special.image.image_synthese_sphere :members: :special-members: __init__ :show-inheritance: