#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | MKEnvelope |
The MKEnvelope class provides basic support for creating line segment functions. More... | |
Typedefs | |
typedef enum _MKEnvStatus | MKEnvStatus |
This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:. | |
Enumerations | |
enum | _MKEnvStatus { MK_noMorePoints = -1, MK_noEnvError = 0, MK_stickPoint, MK_lastPoint } |
This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:. More... |
enum _MKEnvStatus |
This enumeration defines the return values of the MKEnvelope method getNth:x:y:smoothing:.
MK_noMorePoints | Attempt to read invalid point in envelope. |
MK_noEnvError | MKEnvelope has not been properly initialized. |
MK_stickPoint | The requested point is the stick point of the MKEnvelope. |
MK_lastPoint | The requested point is the last point of the MKEnvelope. |