glrotatef_百度百科
文章推薦指數: 80 %
glrotatef. 概念. The glRotated and glRotatef functions multiply the current matrix by a rotation matrix. glRotated, glRotatef. voidglRotated( GLdouble angle ...
反饋
分享
複製鏈接
請複製以下鏈接發送給好友
https://baike.baidu.hk/item/glrotatef/5142196
複製
複製成功
glrotatef
編輯
鎖定
本詞條缺少概述图,補充相關內容使詞條更完整,還能快速升級,趕緊來編輯吧!
glrotatef是一個函數。
中文名
glrotatef
外文名
glrotatef
概 念
TheglRotatedandglRotateffunctionsmultiplythecurrentmatrixbyarotationmatrix.
glRotated,glRotatefvoidglRotated(GLdoubleangle,GLdoublex,GLdoubley,GLdoublez);voidglRotatef(GLfloatangle,GLfloatx,GLfloaty,GLfloatz);ParametersangleTheangleofrotation,indegrees.x,y,zThex,y,andzcoordinatesofavector,respectively.RemarksTheglRotatefunctioncomputesamatrixthatperformsacounterclockwiserotationofangledegreesaboutthevectorfromtheoriginthroughthepoint(x,y,z).Thecurrentmatrix(seeglMatrixMode)ismultipliedbythisrotationmatrix,withtheproductreplacingthecurrentmatrix.Thatis,ifMisthecurrentmatrixandRisthetranslationmatrix,thenMisreplacedwithM·R.IfthematrixmodeiseitherGL_MODELVIEWorGL_PROJECTION,allobjectsdrawnafterglRotateiscalledarerotated.UseglPushMatrixandglPopMatrixtosaveandrestoretheunrotatedcoordinatesystem.TheglRotatedandglRotateffunctionsmultiplythecurrentmatrixbyarotationmatrix.
詞條統計
瀏覽次數:次
編輯次數:7次歷史版本
最近更新:
权力的探索者
(2021-05-20)
百科協議 隱私協議 意見反饋
Beta
進入詞條
清除歷史記錄關閉
編輯
反饋
登錄
延伸文章資訊
- 1OpenGL中平移函数glTranslatef()、旋转函数glRotatef()的理解
void glRotatef(GLfloat angle,GLfloat x,GLfloat y,GLfloat z);. 先解释一下旋转方向,做(0,0,0)到(x,y,z)的向量,用右手握住...
- 2glRotatef 函式(Gl.h) - Win32 apps - Microsoft Docs
void WINAPI glRotatef( GLfloat angle, GLfloat x, GLfloat y, GLfloat z );. 參數. 角度. 旋轉角度,以度為單位。 x. ...
- 3Python GL.glRotatef函數代碼示例- 純淨天空
本文整理匯總了Python中OpenGL.GL.glRotatef函數的典型用法代碼示例。如果您正苦於以下問題:Python glRotatef函數的具體用法?Python glRotatef怎麽用?
- 4glRotate - Khronos Registry
void glRotatef(, GLfloat angle ,. GLfloat x ,. GLfloat y ,. GLfloat z ) ;. Parameters. angle. Spe...
- 5glrotatef(3) - Linux man page - Die.net