You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
//<2F>ļ<EFBFBD> CrossPoint.h
|
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD>:
|
|
|
|
|
|
// <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>д: 2005-12-07
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
// CrossPoint.h: interface for the CCrossPoint class.
|
|
|
|
|
|
//
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
#if !defined(AFX_CROSSPOINT_H__6610109F_05BA_40E7_87E4_AE03DBDA3D62__INCLUDED_)
|
|
|
|
|
|
#define AFX_CROSSPOINT_H__6610109F_05BA_40E7_87E4_AE03DBDA3D62__INCLUDED_
|
|
|
|
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
|
|
|
|
//#include "Vector.h"
|
|
|
|
|
|
//class CCrossPoint : public CVector
|
|
|
|
|
|
|
|
|
|
|
|
namespace NBase
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
class AFX_EXT_CLASS CCrossPoint
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CCrossPoint();
|
|
|
|
|
|
virtual ~CCrossPoint();
|
|
|
|
|
|
|
|
|
|
|
|
void operator =(CCrossPoint &t);
|
|
|
|
|
|
|
|
|
|
|
|
void *curve;
|
|
|
|
|
|
double x[2]; // x[0]Ϊ<><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ţ<EFBFBD>x[1] Ϊcurve2<32><D7AE>
|
|
|
|
|
|
};
|
|
|
|
|
|
};
|
|
|
|
|
|
using namespace NBase;
|
|
|
|
|
|
|
|
|
|
|
|
#endif // !defined(AFX_CROSSPOINT_H__6610109F_05BA_40E7_87E4_AE03DBDA3D62__INCLUDED_)
|