Camera Methods |
The Camera type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
Compares with specified object.
(Inherited from PVIObject.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns hash code.
(Inherited from PVIObject.) |
![]() | GetRotation |
A rotation is defined through the use of a latitude
coordinate, a longitude coordinate, and a revolution about the axis
as the latitude and longitude coordinates.
first element in return array - latitude, second - longitude, third - revolution.
Returns null if no rotation defined.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetRotation |
A rotation is defined through the use of a latitude
coordinate, a longitude coordinate, and a revolution about the axis
as the latitude and longitude coordinates.
If any of coordinate value is float.NaN, all rotation is undefined.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |