pyoptools.raytrace.surface.plane module

Module that defines a plane surface class

class pyoptools.raytrace.surface.plane.Plane

Bases: Surface

Class to define a plane surface.

Description:

Plane is a class to define rectangular plane surfaces. The surface shape is given by the shape attribute

Example

>>> ps=Plane(shape=Rectangular(size=(25,15)))