9 #ifndef GDK_CIRCLE_FEATURE_H
10 #define GDK_CIRCLE_FEATURE_H
82 #include <Gdk/Tools/GdkCircleFeature.x.h>
Definition: GdkCfgInterfaces.h:14
kStatus GdkCircleFeature_SetPosition(GdkCircleFeature feature, const kPoint3d64f *position)
Sets the position of the circle feature.
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
kStatus GdkCircleFeature_SetNormal(GdkCircleFeature feature, const kPoint3d64f *normal)
Sets the normal of the circle feature.
Declares geometric feature class.
Describes a GDK circle feature.
const kPoint3d64f * GdkCircleFeature_Position(GdkCircleFeature feature)
Returns the position of the circle feature.
kStatus GdkCircleFeature_SetRadius(GdkCircleFeature feature, const k64f radius)
Sets the radius of the circle feature.
k64f GdkCircleFeature_Radius(GdkCircleFeature feature)
Returns the radius of the circle feature.
kStatus GdkCircleFeature_Normal(GdkCircleFeature feature, kPoint3d64f *normal)
Returns the normal of the circle feature.