Julia's Clock
Public Member Functions | Public Attributes | List of all members
EulersSpiral.EulersSpiral Class Reference

Module for creating the parameteric curve that takes the path of a spiral in the complex plane. More...

Public Member Functions

def __init__ (self, resolution_in_time)
 
def getValues (self)
 Functions used to get all the points which ly on the curve.
 
def show_plot (self, cmap)
 Function used to plot the curve and show the output to the user using a distinct color mapping. More...
 

Public Attributes

 time
 

Detailed Description

Module for creating the parameteric curve that takes the path of a spiral in the complex plane.

Todo:

transcibe this to the complex plains using identities

find those identities

Member Function Documentation

◆ show_plot()

def EulersSpiral.EulersSpiral.show_plot (   self,
  cmap 
)

Function used to plot the curve and show the output to the user using a distinct color mapping.

Parameters
cmapis the colormapping supported my matplotlib

The documentation for this class was generated from the following file: