代码搜索:Rotates
找到约 176 项符合「Rotates」的源代码
代码结果 176
www.eeworm.com/read/432926/1886148
pde extrusiongl.pde
/**
* Extrusion.
*
* Converts a flat image into spatial data points and rotates the points
* around the center.
*/
import processing.opengl.*;
PImage a;
boolean onetime = true;
int[][] aPixe
www.eeworm.com/read/167888/9948399
c notebook.c
/* example-start notebook notebook.c */
#include
/* This function rotates the position of the tabs */
void rotate_book( GtkButton *button,
GtkNotebook *notebook )
{
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/310212/13654952
m imrotate.m
function [rout,g,b] = imrotate(varargin)
%IMROTATE Rotate image.
% B = IMROTATE(A,ANGLE,METHOD) rotates the image A by ANGLE
% degrees in a counter-clockwise direction, using the specified
%
www.eeworm.com/read/150618/5689981
java flip.java
// Flip - an ImageFilter that flips or rotates the image
//
// Copyright (C) 1997 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, wi
www.eeworm.com/read/131622/5928275
java flip.java
// Flip - an ImageFilter that flips or rotates the image
//
// Copyright (C) 1997 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, wi
www.eeworm.com/read/347943/11626456
m rotlorentz.m
% c = rotlorentz(c,K)
% Rotates vectors from Qcone to Rcone or from Rcone into Qcone.
%
% ********** INTERNAL FUNCTION OF SEDUMI **********
%
% See also sedumi
function c = rotlorentz(c,K)
www.eeworm.com/read/252081/12303926
cpp 3dtut.cpp
//This is a fully functional DX app that draws a triangle in fullscreen mode and rotates it (like the triangle sample in the SDK)
//e-mail me at wulf@ignmail.com for suggestions/requests/criticizims
www.eeworm.com/read/451586/1660365
java logrotator.java
package rabbit.meta;
/** An admin page that rotates the logs.
*
* @author Robert Olofsson
*/
public class LogRotator extends BaseMetaHandler {
protect
www.eeworm.com/read/273763/4192612
c notebook.c
#include
#include
/* This function rotates the position of the tabs */
static void rotate_book( GtkButton *button,
GtkNotebook *notebook )
{
gtk_