#import <MyPoint.h>
Public Member Functions | |
(void) | - setX: |
(void) | - setY: |
(void) | - setThickness: |
(float) | - x |
(float) | - y |
(float) | - thickness |
(float) | - getDistanceToPoint: |
(MyPoint *) | - getLeftPointForDistance: |
(MyPoint *) | - getRightPointForDistance: |
Static Public Member Functions | |
(MyPoint *) | + pointForX:Y: |
Protected Attributes | |
float | x |
float | y |
float | thickness |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|