代码搜索:Rotates

找到约 176 项符合「Rotates」的源代码

代码结果 176
www.eeworm.com/read/434629/1870007

java gunturret.java

// GunTurret.java // Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th /* The GunTurret is a cylinder with a cone top which rotates to point at the checkboard location picked by the user
www.eeworm.com/read/432926/1886348

pde tunnel.pde

/** * Tunnel Demo Effect * by luis2048. * * This effect shows a tunnel in which you fly while the tunnel * rotates, seemingly in 3D. The animation of the tunnel actually * isn't calculated
www.eeworm.com/read/229812/4750824

gml _lrotr.gml

.func _lrotr #include unsigned long _lrotr( unsigned long value, unsigned int shift ); .ixfunc2 '&Rotate' &func .funcend .desc begin The &func function rotates
www.eeworm.com/read/229812/4751261

gml _lrotl.gml

.func _lrotl #include unsigned long _lrotl( unsigned long value, unsigned int shift ); .ixfunc2 '&Rotate' &func .funcend .desc begin The &func function rotates
www.eeworm.com/read/433114/8544782

m s_phase_rotation.m

function seismic=s_phase_rotation(seismic,phase,varargin) % Function rotates the phase of each trace in the input data set. % If more than one phase angle is given (if "phase" is an array), the output
www.eeworm.com/read/381363/9095950

m image_rotate.m

function image_rotate(command) %IMAGE_ROTATE - Rotates the image. % % IMAGE_ROTATE(COMMAND) % % COMMAND - valid commands: % % START - Set up the button frame and initialize % ROTATE - Do th
www.eeworm.com/read/168118/9938135

m myrotate.m

function [xr,yr]=myrotate(x,y,theta) % % [xr,yr]=myrotate(x,y,theta) % % Function rotates the coordinate vectors x & y through the angle theta % (in degrees) to produce the rotated coordinates xr and
www.eeworm.com/read/271244/11001856

m rotate.m

function rotate(h,azel,alpha,origin) % The function ROTATE rotates an object through angle alpha about a specified direction. % % Calling sequence- % rotate(h,azel,alpha[,origin]) % % ROTATE(H
www.eeworm.com/read/443606/7630277

m mf.m

function result = mf(X,model,mode,options); %MF Matrix factorization for simplifying PCA and Tucker models. % Takes a PCA or Tucker model and rotates one mode to optimal simplicity. % The input i
www.eeworm.com/read/197649/7982840

m rotate.m

function rotate(h,azel,alpha,origin) % The function ROTATE rotates an object through angle alpha about a specified direction. % % Calling sequence- % rotate(h,azel,alpha[,origin]) % % ROTATE(H