- class bgplot.entities.line.Line(u: float, v: float, w: float, x: float, y: float, z: float)
a class that contains the information of a 3D Line: (x, y, z) + t(u, v, w)
- Attributes:
- ufloat
the u value of the director vector of the line
- vfloat
the v value of the director vector of the line
- wfloat
the w value of the director vector of the line
- x: float
the x value of the point contained in the line
- y: float
the y value of the point contained in the line
- z: float
the z value of the point contained in the line