代码搜索:Quaternion

找到约 842 项符合「Quaternion」的源代码

代码结果 842
www.eeworm.com/read/483729/1275324

as quaternion.as

package org.papervision3d.core.math { /** * @author Tim Knip */ public class Quaternion { private var _matrix:Matrix3D; public static const EPSILON:Number = 0.000001; publi
www.eeworm.com/read/331815/3402590

as quaternion.as

package away3d.core.math { /** * A Quaternion object. */ public final class Quaternion { private var w1:Number; private var w2:Number; private var x1:Number;
www.eeworm.com/read/450088/1672639

as quaternion.as

/* * PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA * AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP * PERVI ON PE VISIO APER IONPA RV IO PA R
www.eeworm.com/read/385350/2592924

as quaternion.as

package org.papervision3d.core.math { /** * @author Tim Knip */ public class Quaternion { private var _matrix:Matrix3D; public static const EPSILON:Number = 0.000001; publi
www.eeworm.com/read/355021/3066466

as quaternion.as

/* * PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA * AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP * PERVI ON PE VISIO APER IONPA RV IO PA R
www.eeworm.com/read/290607/8472495

m quaternion.m

%QUATERNION Constructor for quaternion objects % % Q = QUATERNION([s v1 v2 v3]) from 4 elements % Q = QUATERNION(v, theta) from vector plus angle % Q = QUATERNION(R) from a 3x3 or 4x4 matrix % Q = Q
www.eeworm.com/read/168569/9907634

h quaternion.h

#ifndef QUATERNION_H #define QUATERNION_H #include #include "vec3d.h" class Vec4D { public: float x,y,z,w; Vec4D(float x0=0.0f, float y0=0.0f, float z0=0.0f, float w0=0.0f) : x(
www.eeworm.com/read/425998/10295808

cpp quaternion.cpp

//****************************************************************************// // quaternion.cpp // // Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/425998/10295817

h quaternion.h

//****************************************************************************// // quaternion.h // // Copyright (C) 2001, 2002 Bruno 'Beo
www.eeworm.com/read/384731/6960109

cpp quaternion.cpp

/* * Quaternion.cpp * * Copyright (C) 1999 Stephen F. White * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu