Multi-purpose 3D vector class with confidence. More...
Inherits object.
Public Member Functions | |
cvb.Point3DC | create (cvb.Point3D point3d) |
Creates a 3D point with confidence. More... | |
cvb.Point3DC | create (float x=0.0, float y=0.0, float z=0.0, float c=1.0) |
Creates a 3D point with confidence. More... | |
Multi-purpose 3D vector class with confidence.
Supports the same arguments as cvb.Point3DC.create.
*args : Any Parameters like cvb.Point3DC.create.
**kwargs : Any Parameters like cvb.Point3DC.create.
cvb.Point3DC create | ( | cvb.Point3D | point3d | ) |
Creates a 3D point with confidence.
point3d : cvb.Point3D 3D Point with x-, y- and z-component.
cvb.Point3DC A 3D point with confidence.
cvb.Point3DC create | ( | float | x = 0.0 , |
float | y = 0.0 , |
||
float | z = 0.0 , |
||
float | c = 1.0 |
||
) |
Creates a 3D point with confidence.
x : float Data to initialize with.
y : float Data to initialize with.
z : float Data to initialize with.
c : float Data to initialize with.
cvb.Point3DC A 3D point with confidence.