代码搜索:XGeomLib
找到约 18 项符合「XGeomLib」的源代码
代码结果 18
www.eeworm.com/read/168318/9920132
h xgeomlib.h
/********************************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee.
www.eeworm.com/read/458510/7295298
h xgeomlib.h
/********************************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee.
www.eeworm.com/read/168318/9920121
txt 说明.txt
XMathLib是一个通用的3D图形数学库。
其中包含两个部分:
XMathLib和<mark>XGeomLib</mark>。分别处理数学和几何运算。
数学部分包含向量、矩阵、四元数的运算。以及其它的运算。
几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。
本程序为免费代码。在保留作者名字和版权声明的情况下,你可以自由 ...
www.eeworm.com/read/458510/7295289
txt 说明.txt
XMathLib是一个通用的3D图形数学库。
其中包含两个部分:
XMathLib和<mark>XGeomLib</mark>。分别处理数学和几何运算。
数学部分包含向量、矩阵、四元数的运算。以及其它的运算。
几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。
本程序为免费代码。在保留作者名字和版权声明的情况下,你可以自由 ...
www.eeworm.com/read/168318/9920151
cpp xgplan.cpp
/********************************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee. 2
www.eeworm.com/read/458510/7295307
cpp xgplan.cpp
/********************************************************************************
声明:
这里的代码版权归潘李亮所有.你可以自由使用分发这些代码.但是不得用于商业用途.
如有需要请于作者联系.
在你使用本代码时候,请务必保留本声明
潘李亮 2003-10
Stanly Lee. 2
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_
#
www.eeworm.com/read/168318/9920124
cpp xrayintersection.cpp
#include "XMathLib.h"
#include "XGeomLib.h"
#include "XGVolume.h"
using namespace XMathLib;
namespace XGeomLib
{
__inline bool isSameDir(XVector3D& v1,XVector3D& v2)
{
floa
www.eeworm.com/read/458510/7295292
cpp xrayintersection.cpp
#include "XMathLib.h"
#include "XGeomLib.h"
#include "XGVolume.h"
using namespace XMathLib;
namespace XGeomLib
{
__inline bool isSameDir(XVector3D& v1,XVector3D& v2)
{
floa