MATLAB Function Reference |
Syntax
camup camup([up_vector]) camup('mode') camup('auto') camup('manual') camup(axes_handle,...)
Description
依特定的值設定現行軸的上向量。以 x-, y-, 和 z- 元件設定上向量。可參考
Remarks。camup([up_vector])
camup('mode')
回傳現行軸上向量的模式,其可為 auto
(預設值)或 manual
。
camup('auto')
設定鏡頭的上向量模式為 auto
。在 auto
模式中,MATLAB 對 2 維視野的上向量使用 [0 1 0]
來代表。此意謂 z- 軸的點往上。
camup('manual')
設定鏡頭的上向量模式為 manual
。在 manual
模式中,MATLAB 並不會改變鏡頭上向量的值。
camup(axes_handle,...)
依定義的第一個參數 axes_handle
對軸進行運作。若沒有設定軸握把,camup
對現行軸進行運作。
Remarks
camup
設定或查詢軸物件的 CameraUpVector
和 CameraUpVectorMode
屬性。
以在座標系統中點的 x-, y-, 和 z- 軸定義上向量,其形成應用線條部份 PQ,其中 P 為點 (0,0,0)
且 Q 為所定義的 x-, y-, 和 z- 軸。線條 PQ 的長度對景像的方向沒有作用。這代表 [0 0 1]
和 [0 0 25]
有相同的結果。
See Also
axis
, camproj
, campos
, camtarget
, camva
The axes properties CameraPosition
, CameraTarget
, CameraUpVector
, CameraViewAngle
, Projection
camtarget | camva |