csc.math.Triangle¶
- class csc.math.Triangle¶
Triangle class
Structure from three points
- Variables
point1 – Get set Vector3f
point2 – Get set Vector3f
point3 – Get set Vector3f
- __init__(self: csc.math.Triangle, point1: numpy.ndarray[numpy.float32[3, 1]], point2: numpy.ndarray[numpy.float32[3, 1]], point3: numpy.ndarray[numpy.float32[3, 1]]) None ¶
Methods
__init__
(self, point1, point2, point3)Attributes
- __init__(self: csc.math.Triangle, point1: numpy.ndarray[numpy.float32[3, 1]], point2: numpy.ndarray[numpy.float32[3, 1]], point3: numpy.ndarray[numpy.float32[3, 1]]) None ¶
- __module__ = 'csc.math'¶
- property point1¶
- property point2¶
- property point3¶