The following tables list the members exposed by Medical3DCamera.
Name | Description | |
---|---|---|
![]() | Medical3DCamera Constructor | Overloaded. Initializes a new instance of the class Medical3DCamera. |
Name | Description | |
---|---|---|
![]() | AxialRotation | Gets or sets the Axial (Z) rotation angle of the camera. |
![]() | Far | Gets or sets the camera far clipping plane position. |
![]() | Near | Gets or sets the camera near clipping plane position. |
![]() | ProjectionMethod | Gets or sets the camera projection method. |
![]() | XOffset | Gets or sets the camera X offset. |
![]() | XRotation | Gets or sets the camera X rotation angle. |
![]() | YOffset | Gets or sets the camera Y offset. |
![]() | YRotation | Gets or sets the camera Y rotation angle. |
![]() | ZOffset | Gets or sets the camera Z offset. |
![]() | Zoom | Gets or sets the camera zooming value. |
Name | Description | |
---|---|---|
![]() | ResetPosition | Resets the camera position to the default state (0, 0, 0) |
![]() | ResetRotation | Resets the camera rotation to the default state (0, 0, 0). |
![]() | Rotate | Rotates the camera by a specific amount in the specified axis (axes). |
![]() | RotateX | Rotates the camera in the X-axis by a specific amount. |
![]() | RotateY | Rotates the camera in the Y-axis by a specific amount. |
![]() | RotateZ | Rotates the camera in the Z-axis by a specific amount. |
![]() | Translate | Translates or moves the camera by a specific amount in the specified axis (axes). |
![]() | TranslateX | Translates or moves the camera in the X-axis by a specific amount. |
![]() | TranslateY | Translates or moves the camera in the Y-axis by a specific amount. |
![]() | TranslateZ | Translates or moves the camera in the Z-axis by a specific amount. |