ViewFromToTEntity Constructor (Camera, Point, Point) |
Create a new instance, specifying a view from one
Point to another using the specified
Camera.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ViewFromTo(
Camera camera,
Point fromPoint,
Point toPoint
)
Public Sub New (
camera As Camera,
fromPoint As Point,
toPoint As Point
)
public:
ViewFromTo(
Camera^ camera,
Point^ fromPoint,
Point^ toPoint
)
new :
camera : Camera *
fromPoint : Point *
toPoint : Point -> ViewFromTo
Parameters
- camera
- Type: AGI.Foundation.GraphicsCamera
The camera to use. - fromPoint
- Type: AGI.Foundation.GeometryPoint
The Point whose position will represent the camera's position. - toPoint
- Type: AGI.Foundation.GeometryPoint
The Point whose position will represent the camera's reference point.
See Also