Camera.ModelToViewSpace Method
Parent Object: CameraDescription
Method that converts a point in model space to the equivalent point on the view.
Syntax
Camera.ModelToViewSpace( ModelCoordinate As Point ) As Point2dParameters
Name | Type | Description |
ModelCoordinate | Point | Input model space point to convert to view space. |