(translator=roro, ChineseSource=roro-20020714-5.5\camup.html, EnglishSource=c:\matlabr12\help\techdoc\ref\camup.html)
MATLAB Function Reference    
camup

設定或查詢攝影機的上向量

Syntax

Description

鏡頭的上向量定義景像中向上的方位。

camup 若無參數,則回傳現行軸上鏡頭上向量的設定。

camup([up_vector]) 依特定的值設定現行軸的上向量。以 x-, y-, 和 z- 元件設定上向量。可參考 Remarks。

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 設定或查詢軸物件的 CameraUpVectorCameraUpVectorMode 屬性。

以在座標系統中點的 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