Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class
Fields Properties Methods


In This Topic
    Camera Class Members
    In This Topic

    The following tables list the members exposed by Camera.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Enables the anaglyph 3D visualization.  
    Public PropertyGets the Camera vertical angle of view (in degrees).  
    Public PropertyGets or sets the distance between camera and target point.  
    Public PropertyGets the far clipping plane position.  
    Public Property Gets the far plane of the Camera.  
    Public Property Gets or sets the camera focal length in millimeters. Applies only to Perspective projection mode.  
    Public Property Defines the size of the camera film frame (affects the perspective camera).  
    Public PropertyGets or sets the camera location (eye) point.  
    Public PropertyGets the near clipping plane position.  
    Public Property Gets the near plane of the Camera.  
    Public Property Gets or sets the factor used to compute the near plane from the far plane distance.  
    Public PropertyGets or sets the camera projection mode.  
    Public Property3D rotation.  
    Public PropertyGets or sets camera aiming point.  
    Public Property Gets or sets the current zoom factor. Applies only to Orthographic projection mode.  
    Top
    Protected Properties
     NameDescription
    Protected Internal Property The render context.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of this camera.  
    Public Methodstatic (Shared in Visual Basic) Computes the intersection of the lines passing from the vertex and oriented like the frustum planes with the X and Y axes of the camera.  
    Public MethodOverloaded.  Gets the focal length from a vertical field of view.  
    Public Methodstatic (Shared in Visual Basic) Checks whether a point is inside the given frustum planes.  
    Public Method Moves the camera along the axes of its own coordinate system.  
    Public Method Projects a list of points to the camera plane.  
    Public Method  
    Public MethodOverloaded.  Maps screen coordinates to world coordinates.  
    Public Method Tilts the camera  
    Public Method Updates the camera location.  
    Public Method Updates the camera matrices, for WorldToScreen and ScreenToWorld purposes.  
    Public MethodOverloaded.  Maps world coordinates to screen mouse coordinates.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Gets the offset applied to the camera planes for the drawing of the selected entities.  
    Protected Internal Method Gets the projection matrix.  
    Protected Internal Methodstatic (Shared in Visual Basic) Aims the camera.  
    Protected Internal Method  
    Protected Internal Method  
    Top
    See Also