9 #ifndef GDK_LINE_FEATURE_H
10 #define GDK_LINE_FEATURE_H
63 #include <Gdk/Tools/GdkLineFeature.x.h>
Definition: GdkCfgInterfaces.h:14
kStatus GdkLineFeature_Direction(GdkLineFeature feature, kPoint3d64f *direction)
Returns the direction of the line feature.
Describes a GDK line feature.
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
const kPoint3d64f * GdkLineFeature_Point(GdkLineFeature feature)
Returns the point of the line feature.
kStatus GdkLineFeature_SetDirection(GdkLineFeature feature, const kPoint3d64f *direction)
Sets the point of the line feature.
Declares geometric feature class.
kStatus GdkLineFeature_SetPoint(GdkLineFeature feature, const kPoint3d64f *point)
Sets the point of the line feature.