Camera3D Methods |
The Camera3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| DistanceToOrthographicViewArea |
Converts view distance value into a orthographic view area.
Used for building projection matrix.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetFarClipDistance |
Getter of the far clipping distance for the 3D projection.
This is an advanced setting that is not supported in normal use and should not be modified.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLocationAs3DWorldCoord |
Gets camera location in 3D world space.
| |
| GetNearClipDistance |
Getter of the near clipping distance for the 3D projection.
This is an advanced setting that is not supported in normal use and should not be modified.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LockPointerDeviceHorizRotationAxis |
Locks user pointer device (mouse etc) based rotation to use current
camera orientation settings for rotation axis.
This affects the way horizontal rotation behaves on certain
OrientationModes values.
This has no effect when OrientationMode is XYZ_Mixed. This method is intended mostly as internal operation of LC. It's run when RotationX, RotationY or RotationZ properties are changed, causing horizontal rotation axis to be locked based on the current rotation settings. The method has been left as public for special cases, where users need to make the same operation without modifying the rotation parameters. | |
| OrthographicViewAreaToDistance(SizeFloat) |
Converts orthographic view's area into a view distance value.
| |
| OrthographicViewAreaToDistance(SizeFloat, Double, Double) |
Converts orthographic view's area into a view distance value.
| |
| SetEulerAngles |
Same as setting RotationX, RotationY and RotationZ properties
separately. Allows easier setting of the properties and
is faster than separate setting of the properties.
| |
| SetFarClipDistance |
Setter of the far clipping distance for the 3D projection.
This is an advanced setting that is not supported in normal use and should not be modified.
| |
| SetNearClipDistance |
Setter of the near clipping distance for the 3D projection.
This is an advanced setting that is not supported in normal use and should not be modified.
| |
| SetPredefinedCamera |
Sets camera orientation angles to values based given predefined orientation setting.
| |
| ToString |
Convert class description to string
(Overrides ObjectToString.) |