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
- module
aspose.threed.entities
- class
Camera
Gets or sets the aspect ratio of the frustum
@property
def aspect(self):
...
@aspect.setter
def aspect(self, value):
...
aspose.threed.entities
Camera