aspect property

aspect property

Gets or sets the aspect ratio of the frustum

Definition:

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

See Also