Returns a tuple with x and y coordinates of a flat surface
Parameters : | surface: Surface :
max_deformation: float :
|
---|---|
Returns : | x: np.ndarray :
y: np.ndarray :
|
Notes
If the surface is not flat (any z coordinate is non-zero), an exception is raised.