代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/354613/3075455

js matrix.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/354613/3075839

js matrix.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/353925/3080815

inl matrix.inl

/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ *
www.eeworm.com/read/267735/4261883

h matrix.h

// From gamasutra. This file may follow different licence features. // A 3x3 matrix // class MATRIX { public: VECTOR C[3]; //column vectors public: MATRIX() { //identity matrix C
www.eeworm.com/read/267552/4265619

p matrix.p

/* * This file was automatically generated by 'Makefile'. * * DO NOT EDIT BY HAND : your modifications will be lost. * */ #ifndef _matrix_P #define _matrix_P #ifdef __cplusplus exter
www.eeworm.com/read/267041/4268966

js matrix.js

if(!dojo._hasResource["dojox.gfx.tests.matrix"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. dojo._hasResource["dojox.gfx.tests.matrix"] = true; dojo.provide(
www.eeworm.com/read/265946/4279303

xpm matrix.xpm

/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "22 18 6 1", "X c #000000", "O c #808080", ". c #c0c0c0", "r c #d04040", "o c #d0a040", " c None", /* pixels */ "
www.eeworm.com/read/265946/4279702

rc matrix.rc

www.eeworm.com/read/259229/4345257

hx matrix.hx

package flash.geom; extern class Matrix { // 3x2 affine 2D matrix var a : Float; var b : Float; var c : Float; var d : Float; var tx : Float; var ty : Float; function new( ?a : Float, ?b :
www.eeworm.com/read/259229/4345393

hx matrix.hx

package flash.geom; extern class Matrix { function new(?a : Float, ?b : Float, ?c : Float, ?d : Float, ?tx : Float, ?ty : Float) : Void; var a : Float; var b : Float; var c : Float; function clo