CPointF¶
- class ikomia.core.pycore.CPointF¶
Generic 2D point class.
Import
from ikomia.core import CPointF
Methods
__init__
(arg1)Default constructor
Attributes
x
x-coordinate
y
y-coordinate
Details
- __init__((object)arg1) None : ¶
Default constructor
- __init__( (object)self, (float)x, (float)y) -> None :
Construct 2D point with the given coordinates.
Args:
x (float): x-coordinate
y (float): y-coordinate