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