Graphisoft®

GeometryVersion: 1.0

Geometry::Ellipse

타원을 설명하는 structure입니다.

    struct Ellipse {
      Coord    origC;
      double   a;
      double   ratio;
      double   angle;
    };

멤버

origC
타원의 중심입니다.
 
a
주축의 크기입니다.
 
ratio
주축에 대한 2차 축의 비율입니다. 원의 경우 이것은 1과 같습니다.
 
angle
주축의 방향 각도입니다.
 

요구사항

버전: 1.0 또는 이후
헤더: Ellipse2DData.h

참고사항

Ellipse 함수