00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface CMShapeUtils : NSObject
00010 {
00011 }
00012
00013 + (BOOL)isShapeALine:(id)fp8;
00014 + (float)scaleFactorFromLength:(float)fp8 toLength:(float)fp12;
00015 + (id)transformFromBounds:(struct _NSRect)fp8 toOrientedBounds:(id)fp24;
00016 + (double)mapAdjustCoord:(struct OADAdjustCoord)fp8 geometry:(id)fp16;
00017 + (double)mapFormulaOfType:(int)fp8 argValues:(double *)fp12 isEscher:(BOOL)fp16;
00018 + (double)getFormulaResultFromCustomGeometry:(id)fp8 atIndex:(unsigned int)fp12;
00019
00020 @end
00021