part.h
来自「C arm 3D traslate 模擬C手臂在三度空間移動」· C头文件 代码 · 共 19 行
H
19 行
// part.h: interface for the Cpart class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PART_H__8C792415_26A7_4412_9294_3A384E1F19BA__INCLUDED_)
#define AFX_PART_H__8C792415_26A7_4412_9294_3A384E1F19BA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "oordinate.h"
class Cpart : public Coordinate
{
public:
//Cpart();
virtual ~Cpart();
CVector n; //C-arm猭
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?