代码搜索:Rotation
找到约 1,839 项符合「Rotation」的源代码
代码结果 1,839
www.eeworm.com/read/468911/6981774
m rotation.m
function rotcoord = rotation(coord,alpha)
% rotates all coordinates round the coordinate origin for the angle
% 'alpha'. a full circle is 2*pi. the rotation is clockwise.
%
% usage: (rotcoord) = r
www.eeworm.com/read/465696/7051979
java rotation.java
package com.midp;
import java.lang.Math;
public class Rotation {
public static int TRANSPARENT = 0;
/**
* 解决坏点的基本实现,没有考虑效率
* @param _pixels
* @param _width
* @param _height
www.eeworm.com/read/236873/7119034
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/458010/7314153
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/457361/7326486
fla rotation.fla
www.eeworm.com/read/449504/7502303
m rotation.m
function nellecoord=rotation(coord,angle)
% PURPOSE : This function rotates objects of spatial coordinates type
%------------------------------------------------------------------------------
% USAGE
www.eeworm.com/read/448350/7534377
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/443686/7628266
cpp rotation.cpp
//: C03:Rotation.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Perform left and right rota
www.eeworm.com/read/440750/7682136
m rotation.m
function [r,p,q]=rotation(x,y,z)
%ROTATION Encode and decode rotation matrices
% (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the
% plane containing x and y. A small posit
www.eeworm.com/read/297325/8029744
m rotation.m
function [] = rotation(st);
if nargin < 1,
st= 1;
end;
fig = gcf;
ax = gca;
vv = get(ax,'view');
az = vv(1);
el = vv(2);
for azi = az:-abs(st):az-360,
set(ax,'view',