将三维场景绕某个中心点旋转。
程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public bool Roll( Point2D center, double angle ) |
参数
- center
- Type: SuperMap.Data..::.Point2D
指定的中心点,该点采用经纬度坐标来表示。
- angle
- Type: System..::.Double
三维场景的旋转角度。单位为度。
返回值
成功返回true,否则返回false。备注
下图为三维场景绕场景中心(即某个中心点)进行一定角度旋转的效果图: