|
Oolite 1.91.0.7712-251017-85ce217
|
Go to the source code of this file.
Functions | |
| OOINLINE NSPoint | PtAdd (NSPoint a, NSPoint b) |
| OOINLINE NSPoint | PtSub (NSPoint a, NSPoint b) |
| OOINLINE NSPoint | PtScale (NSPoint p, CGFloat scale) |
| OOINLINE CGFloat | PtDot (NSPoint a, NSPoint b) |
| OOINLINE CGFloat | PtCross (NSPoint a, NSPoint b) |
| OOINLINE NSPoint | PtRotCW (NSPoint p) |
| OOINLINE NSPoint | PtRotACW (NSPoint p) |
| OOINLINE NSPoint | PtNormal (NSPoint p) |
| OOINLINE NSPoint PtAdd | ( | NSPoint | a, |
| NSPoint | b ) |
Definition at line 6 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour().
| OOINLINE CGFloat PtCross | ( | NSPoint | a, |
| NSPoint | b ) |
Definition at line 26 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour().
| OOINLINE CGFloat PtDot | ( | NSPoint | a, |
| NSPoint | b ) |
Definition at line 21 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour(), and PtNormal().
| OOINLINE NSPoint PtNormal | ( | NSPoint | p | ) |
Definition at line 43 of file OOPointMaths.h.
References OOINLINE, PtDot(), and PtScale().
Referenced by BuildOutlineContour().
| OOINLINE NSPoint PtRotACW | ( | NSPoint | p | ) |
Definition at line 37 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour().
| OOINLINE NSPoint PtRotCW | ( | NSPoint | p | ) |
Definition at line 31 of file OOPointMaths.h.
References OOINLINE.
| OOINLINE NSPoint PtScale | ( | NSPoint | p, |
| CGFloat | scale ) |
Definition at line 16 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour(), and PtNormal().
| OOINLINE NSPoint PtSub | ( | NSPoint | a, |
| NSPoint | b ) |
Definition at line 11 of file OOPointMaths.h.
References OOINLINE.
Referenced by BuildOutlineContour().