9 #ifndef GDK_PLANE_FEATURE_H
10 #define GDK_PLANE_FEATURE_H
63 #include <Gdk/Tools/GdkPlaneFeature.x.h>
Definition: GdkCfgInterfaces.h:14
kStatus GdkPlaneFeature_Normal(GdkPlaneFeature feature, kPoint3d64f *normal)
Returns the normal of the plane feature.
k64f GdkPlaneFeature_OriginDistance(GdkPlaneFeature feature)
Returns the distance from the origin of the plane feature.
#define kDeclareClassEx(PREFIX, SYMBOL, BASE)
kStatus GdkPlaneFeature_SetNormal(GdkPlaneFeature feature, const kPoint3d64f *normal)
Sets the normal of the plane feature.
Describes a GDK plane feature.
Declares geometric feature class.
kStatus GdkPlaneFeature_SetOriginDistance(GdkPlaneFeature feature, const k64f point)
Sets the distance from the origin of the plane feature.