类的使用
org.meteoinfo.chart.jogl.pipe.Matrix4f
-
使用Matrix4f的程序包 程序包 说明 org.meteoinfo.chart.jogl.pipe -
-
org.meteoinfo.chart.jogl.pipe中Matrix4f的使用
返回Matrix4f的org.meteoinfo.chart.jogl.pipe中的方法 修饰符和类型 方法 说明 Matrix4fMatrix4f. lookAt(org.joml.Vector3f target)rotate matrix to face along the target direction // NOTE: This function will clear the previous rotation and scale info and // rebuild the matrix with the target vector.Matrix4fMatrix4f. setColumn(int column, org.joml.Vector3f src)Set the column at the givencolumnindex, starting with0.Matrix4fMatrix4f. setRow(int row, org.joml.Vector3f src)Set the row at the givenrowindex, starting with0.Matrix4fMatrix4f. translate(float x, float y, float z)TranslateMatrix4fMatrix4f. translate(org.joml.Vector3f offset)Translate
-