Public Member Functions | Public Attributes | List of all members
helper.ImagePoint Class Reference

Public Member Functions

def __init__ (self, x, y)
 
def distance_to (self, other)
 
def equals (self, other, tolerance=1)
 
def from_message (cls, message)
 

Public Attributes

 x
 
 y
 

Detailed Description

Definition at line 68 of file helper.py.

Constructor & Destructor Documentation

def helper.ImagePoint.__init__ (   self,
  x,
  y 
)

Definition at line 69 of file helper.py.

Member Function Documentation

def helper.ImagePoint.distance_to (   self,
  other 
)

Definition at line 77 of file helper.py.

def helper.ImagePoint.equals (   self,
  other,
  tolerance = 1 
)
Check whether the points are the same, up to the given distance.

Definition at line 80 of file helper.py.

def helper.ImagePoint.from_message (   cls,
  message 
)

Definition at line 74 of file helper.py.

Member Data Documentation

helper.ImagePoint.x

Definition at line 70 of file helper.py.

helper.ImagePoint.y

Definition at line 71 of file helper.py.


The documentation for this class was generated from the following file:


ensenso_camera_test
Author(s): Ensenso
autogenerated on Thu May 16 2019 02:44:26