zgetglobalmatrix.m

来自「zemax与matlab调用程序」· M 代码 · 共 7 行

M
7
字号
function [RotationMatrix,ColVector] = zGetGlobalMatrix(SurfaceNumber)
% zGetGlobalMatrix - Requests global matrix transform for a lens surface.
%
% Usage : [RotationMatrix,ColVector] = zGetGlobalMatrix(SurfaceNumber)
%
% Returns the matrix required to convert any local coordinates (such as from a ray trace) into global
% coordinates. For details on the global coordinate matrix, see the section 揋lobal Coordinate Reference Surface

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?