Definition at line 73 of file helper.py.
◆ __init__()
def ensenso_camera_test.helper.ImagePoint.__init__ |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
◆ distance_to()
def ensenso_camera_test.helper.ImagePoint.distance_to |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ equals()
def ensenso_camera_test.helper.ImagePoint.equals |
( |
|
self, |
|
|
|
other, |
|
|
|
tolerance = 1 |
|
) |
| |
Check whether the points are the same, up to the given distance.
Definition at line 85 of file helper.py.
◆ from_message()
def ensenso_camera_test.helper.ImagePoint.from_message |
( |
|
cls, |
|
|
|
message |
|
) |
| |
ensenso_camera_test.helper.ImagePoint.x |
ensenso_camera_test.helper.ImagePoint.y |
The documentation for this class was generated from the following file: