Camera

Camera class

代表相机。

public class Camera : PVIObject, ICamera

特性

姓名描述
AsIPresentationComponent { get; }允许获取基本 IPresentationComponent 接口。 只读IPresentationComponent
CameraType { get; set; }相机类型。 读/写CameraPresetType
FieldOfViewAngle { get; set; }相机 FOV(0-180 度,视野)。 读/写Single。
Zoom { get; set; }相机缩放(正值百分比)。 读/写Single。

方法

姓名描述
override Equals(object)与指定对象比较。
override GetHashCode()返回哈希码。
GetRotation()旋转是通过使用纬度 坐标、经度坐标和绕轴:::47::旋转来定义的:作为经纬度坐标。 返回数组中的第一个元素 - 纬度,第二个 - 经度,第三个 - 旋转。 如果没有定义旋转,则返回 null。
SetRotation(float, float, float)旋转是通过使用纬度 坐标、经度坐标和绕轴:::47::旋转来定义的:作为经纬度坐标。 如果任何坐标值为 float.NaN,则所有旋转都是未定义的。

也可以看看