TransformationMatrix.Perspective
TransformationMatrix.Perspective method
Creates perspective matrix.
public static TransformationMatrix Perspective(double fov, double aspect, double near, double far,
double distance)
| Parameter | Type | Description |
|---|---|---|
| fov | Double | Field of view value. |
| aspect | Double | Aspect ratio. |
| near | Double | Near Z value. |
| far | Double | Far Z value. |
| distance | Double | Distance to object. |
Return Value
Perspective transformation matrix.
See Also
- class TransformationMatrix
- namespace Aspose.CAD.Exporters.CadApsEntitiesExporter.CadAps3D
- assembly Aspose.CAD