![]() |
Microscopy Image Browser
1.233
|
rotation, resize and translation variables. More...
Functions | |
function Mview = | makeViewMatrix (r, s, t) |
rotation, resize and translation variables. More... | |
function R = | makeViewMatrix>RotationMatrix (r) |
function S = | makeViewMatrix>ResizeMatrix (s) |
function T = | makeViewMatrix>TranslateMatrix (t) |
rotation, resize and translation variables.
function Mview = makeViewMatrix | ( | r, | |
s, | |||
t | |||
) |
rotation, resize and translation variables.
Mview=makeViewMatrix(R,S,T)
inputs, R: Rotation vector [Rx, Ry, Rz]; S: Resize vector [Sx, Sy, Sz]; T: Translation vector [Tx, Ty, Tz];
outputs, Mview: 4x4 transformation matrix
Example, Mview=makeViewMatrix([45 45 0],[1 1 1],[0 0 0]); disp(Mview);
Function is written by D.Kroon University of Twente (October 2008)
Referenced by imageData.clearContents(), menuDatasetBoundingBox(), imageData.replaceDataset(), toolbarPlaneToggle(), and imageData.updateParameters().
function S = makeViewMatrix>ResizeMatrix | ( | s | ) |
function R = makeViewMatrix>RotationMatrix | ( | r | ) |
function T = makeViewMatrix>TranslateMatrix | ( | t | ) |