代码搜索:Rotates
找到约 176 项符合「Rotates」的源代码
代码结果 176
www.eeworm.com/read/272724/4215095
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/432926/1886217
pde extrusion.pde
/**
* Extrusion.
*
* Converts a flat image into spatial data points and rotates the points
* around the center.
*/
PImage extrude;
int[][] values;
float angle = 0;
void setup() {
size(640,
www.eeworm.com/read/393395/2474639
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/388072/8637709
m r_eof.m
function [EOFsR,XR]=r_eof(EOFs,method,options)
% [EOFsR,XR]=r_eof(EOFs,method,options)
%
% This function rotates Empirical Orthogonal Functions such that
% a particular criterium is maximised or
www.eeworm.com/read/284881/8885347
m r_eof.m
function [EOFsR,XR]=r_eof(EOFs,method,options)
% [EOFsR,XR]=r_eof(EOFs,method,options)
%
% This function rotates Empirical Orthogonal Functions such that
% a particular criterium is maximised or
www.eeworm.com/read/365402/9864493
m image_rotate.m
function varargout = image_rotate(varargin)
%IMROTATE Rotate image.
% B = IMROTATE(A,ANGLE) rotates image A by ANGLE degrees in a
% counterclockwise direction around its center point. To rotat
www.eeworm.com/read/458493/7295741
m rotvec.m
function v = rotvec(u,alpha,beta,zeta)
% rotvec Rotates a three dimensional vector
%
% Synopsis: v = rotvec(u,alpha,beta,zeta)
%
% Input: u = initial vector
% alpha = angle
www.eeworm.com/read/458488/7296117
m rotvec.m
function v = rotvec(u,alpha,beta,zeta)
% rotvec Rotates a three dimensional vector
%
% Synopsis: v = rotvec(u,alpha,beta,zeta)
%
% Input: u = initial vector
% alpha = angle
www.eeworm.com/read/144399/12797431
m rotvec.m
function v = rotvec(u,alpha,beta,zeta)
% rotvec Rotates a three dimensional vector
%
% Synopsis: v = rotvec(u,alpha,beta,zeta)
%
% Input: u = initial vector
% alpha = angle
www.eeworm.com/read/434629/1869946
java disttoursprite.java
// DistTourSprite.java
// Andrew Davison, July 2003, dandrew@ratree.psu.ac.th
/* DistTourSprite moves and rotates a sprite representing
a client from another machine.
It is very simil