Oolite 1.91.0.7644-241112-7f5034b
|
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.
Referenced by BuildOutlineContour().
OOINLINE CGFloat PtCross | ( | NSPoint | a, |
NSPoint | b ) |
Definition at line 26 of file OOPointMaths.h.
Referenced by BuildOutlineContour().
OOINLINE CGFloat PtDot | ( | NSPoint | a, |
NSPoint | b ) |
Definition at line 21 of file OOPointMaths.h.
Referenced by BuildOutlineContour(), and PtNormal().
OOINLINE NSPoint PtNormal | ( | NSPoint | p | ) |
Definition at line 43 of file OOPointMaths.h.
References PtDot(), and PtScale().
Referenced by BuildOutlineContour().
OOINLINE NSPoint PtRotACW | ( | NSPoint | p | ) |
Definition at line 37 of file OOPointMaths.h.
Referenced by BuildOutlineContour().
OOINLINE NSPoint PtRotCW | ( | NSPoint | p | ) |
Definition at line 31 of file OOPointMaths.h.
OOINLINE NSPoint PtScale | ( | NSPoint | p, |
CGFloat | scale ) |
Definition at line 16 of file OOPointMaths.h.
Referenced by BuildOutlineContour(), and PtNormal().
OOINLINE NSPoint PtSub | ( | NSPoint | a, |
NSPoint | b ) |
Definition at line 11 of file OOPointMaths.h.
Referenced by BuildOutlineContour().