代码搜索:XMathLib
找到约 34 项符合「XMathLib」的源代码
代码结果 34
www.eeworm.com/read/168318/9920155
h xmathlib.h
/**********************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee. 2003-1
www.eeworm.com/read/458510/7295310
h xmathlib.h
/**********************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee. 2003-1
www.eeworm.com/read/245807/12780061
h xmathlib.h
/* mmathlib.h
mmathlib functions and variables
*/
/*
*
*
* Copyright (C) 1996 by HUST CAD Center
* All Rights Reserved.
*
*/
#ifndef _MMATHLIB_H
#define _MMATHLIB
www.eeworm.com/read/245807/12780069
cpp xmathlib.cpp
#include "stdafx.h"
#include
#include "xmathlib.h"
#define X 0
#define Y 1
//// 直线方程为:ax+by+c=0
const double GBL_DistTol=0.005;
#define PI 3.1415926535897925
extern "C" void MDS_addD
www.eeworm.com/read/168318/9920121
txt 说明.txt
<mark>XMathLib</mark>是一个通用的3D图形数学库。
其中包含两个部分:
<mark>XMathLib</mark>和XGeomLib。分别处理数学和几何运算。
数学部分包含向量、矩阵、四元数的运算。以及其它的运算。
几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。
本程序为免费代码。在保留作者名字和版权声明的情况下,你可以自由 ...
www.eeworm.com/read/458510/7295289
txt 说明.txt
<mark>XMathLib</mark>是一个通用的3D图形数学库。
其中包含两个部分:
<mark>XMathLib</mark>和XGeomLib。分别处理数学和几何运算。
数学部分包含向量、矩阵、四元数的运算。以及其它的运算。
几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。
本程序为免费代码。在保留作者名字和版权声明的情况下,你可以自由 ...
www.eeworm.com/read/168318/9920126
h xmtrace.h
#ifndef _X_MATH_TRACE_H_
#define _X_MATH_TRACE_H_ "XMTrace.h"
#include "XMathLib.h"
#include
#include
using namespace std;
using namespace XMathLib;
ostream& operator
www.eeworm.com/read/458510/7295294
h xmtrace.h
#ifndef _X_MATH_TRACE_H_
#define _X_MATH_TRACE_H_ "XMTrace.h"
#include "XMathLib.h"
#include
#include
using namespace std;
using namespace XMathLib;
ostream& operator
www.eeworm.com/read/168318/9920137
cpp testmain.cpp
#include
using namespace std;
#include "XMathLib.h"
#include "XGeomLib.h"
#include "XMTrace.h"
using namespace XMathLib;
using namespace XGeomLib;
//#define _CONSOLE_TEST_
#
www.eeworm.com/read/458510/7295300
cpp testmain.cpp
#include
using namespace std;
#include "XMathLib.h"
#include "XGeomLib.h"
#include "XMTrace.h"
using namespace XMathLib;
using namespace XGeomLib;
//#define _CONSOLE_TEST_
#