focal property

focal property

Gets or sets the focal. A floating-point number that describes the focal length of the parabola.

Definition:

@property
def focal(self):
    ...
@focal.setter
def focal(self, value):
    ...

See Also