代码搜索:Rotating
找到约 380 项符合「Rotating」的源代码
代码结果 380
www.eeworm.com/read/432926/1886080
pde rotate.pde
/**
* Rotate.
*
* Rotating a square around the Z axis. To get the results
* you expect, send the rotate function angle parameters that are
* values between 0 and PI*2 (TWO_PI which is roughly 6
www.eeworm.com/read/147311/12569530
html createtximage.html
Scaling, Shearing, Translating, and Rotating a Buffered Image
(Java Developers Almanac Example)
www.eeworm.com/read/390106/8483305
htm transformshape.htm
Scaling, Shearing, Translating, and Rotating a Shape (Java Developers Almanac Example)
www.eeworm.com/read/390106/8483689
htm transformimage.htm
Scaling, Shearing, Translating, and Rotating a Drawn Image (Java Developers Almanac Example)
www.eeworm.com/read/390106/8483825
htm rotate.htm
Limiting the Size of a Log by Using a Rotating Sequence of Files (Java Developers Almanac Example)
www.eeworm.com/read/13887/285353
m mouse_rotate.m
function mouse_rotate(command,H)
% MOUSE_ROTATE - Left click to 3Drotate a matlab figure graphic
%
% mouse_rotate(command,H)
%
% The mouse 'up' command switches between rotating and not
% rot
www.eeworm.com/read/249104/4457568
java~2~ fan.java~2~
package testcommand;
//风扇类,具有开转和关转方法:
public class Fan {
public void startRotate () {
System.out.println ("Fan is rotating");
}
public void stopRotate () {
System.out.println ("
www.eeworm.com/read/432926/1886343
pde firecube.pde
/**
* Fire Cube demo effect
* by luis2048.
*
* A rotating wireframe cube with flames rising up the screen.
* The fire effect has been used quite often for oldskool demos.
* First you create a p
www.eeworm.com/read/147311/12567020
html transformshape.html
Scaling, Shearing, Translating, and Rotating a Shape
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12567298
html transformimage.html
Scaling, Shearing, Translating, and Rotating a Drawn Image
(Java Developers Almanac Example)