• 大小: 2KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: 圆弧  圆弧分段  

资源简介

将圆弧分为N段获取每个点坐标,直接加入源文件即可调用。

资源截图

代码片段和文件信息

// CArcPart.cpp: implementation of the CArcPart class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “CArcPart.h“

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CArcPart::CArcPart()
{

}

CArcPart::~CArcPart()
{

}

BOOL CArcPart::CalcArcPart( double center_x // 圆弧的圆心
double center_y // 圆弧的圆心
double Begin_x // 起点
double Begin_y // 起点
double End_x // 终点
double End_y // 终点
double Radii

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-10-08 14:20  Circle\
     文件        3581  2012-09-25 11:39  Circle\CArcPart.cpp
     文件        1089  2012-09-25 11:52  Circle\CArcPart.h

评论

共有 条评论