|
Gocator Development Kit
|
Describes a GDK circle feature.

Public Member Functions | |
| kStatus | GdkCircleFeature_Normal (GdkCircleFeature feature, kPoint3d64f *normal) |
| Returns the normal of the circle feature. More... | |
| const kPoint3d64f * | GdkCircleFeature_Position (GdkCircleFeature feature) |
| Returns the position of the circle feature. More... | |
| k64f | GdkCircleFeature_Radius (GdkCircleFeature feature) |
| Returns the radius of the circle feature. More... | |
| kStatus | GdkCircleFeature_SetNormal (GdkCircleFeature feature, const kPoint3d64f *normal) |
| Sets the normal of the circle feature. More... | |
| kStatus | GdkCircleFeature_SetPosition (GdkCircleFeature feature, const kPoint3d64f *position) |
| Sets the position of the circle feature. More... | |
| kStatus | GdkCircleFeature_SetRadius (GdkCircleFeature feature, const k64f radius) |
| Sets the radius of the circle feature. More... | |