|
Gocator Development Kit
|
Describes a GDK line feature.

Public Member Functions | |
| kStatus | GdkLineFeature_Direction (GdkLineFeature feature, kPoint3d64f *direction) |
| Returns the direction of the line feature. More... | |
| const kPoint3d64f * | GdkLineFeature_Point (GdkLineFeature feature) |
| Returns the point of the line feature. More... | |
| kStatus | GdkLineFeature_SetDirection (GdkLineFeature feature, const kPoint3d64f *direction) |
| Sets the point of the line feature. More... | |
| kStatus | GdkLineFeature_SetPoint (GdkLineFeature feature, const kPoint3d64f *point) |
| Sets the point of the line feature. More... | |