Sphere3D
구를 설명합니다.
typedef struct Sphere3D { Coord3D o; double r; } Sphere3D ;
멤버
- o
- 구의 중심 좌표입니다.
- r
- 구의 반지름입니다.
요구사항
- 버전: 1.0 또는 이후
- 헤더: Sphere3DData.h
Graphisoft®
GeometryVersion: 1.0
구를 설명합니다.
typedef struct Sphere3D { Coord3D o; double r; } Sphere3D ;