LinePerp
line through 2nd given point and perpendicular to the line through 1st and 2nd given points, on the plane of 3 given points
constructors:- LinePerp (point1,point2,point3 )
- Line (point1,point2,point3 )
inherits
_Line
Methods defined in LinePerp
Methods defined in _Line
f lengthSquared(self) ...
the square of the length of the segment of the line connecting the p1 and p2 attributes
Methods defined in Element
f _togglenull(self) ...
toggle the 'null' flag, indicating whether the current postion of the object's position is visible - e.g. is real when working in real space
Methods defined in drawLine
f get_extension(self, point) ...
extend the drawing of the line to the given point if it is exterior to the segment connecting the line's point attributes
Attributes
a __opts__
['color', 'initcolor', 'trace', 'level', 'texture', 'extend', 'povout', 'label', 'append', 'export', 'tracewidth', 'tracecolor', 'maxtrace', 'mintrace', 'fontsize', 'fontcolor', 'fontXofffset', 'fontYofffset', 'style', 'linewidth', 'label_ratio', 'show_normal', 'seg']
a __doc_hints__
{'args': ['point1,point2,point3'], 'conditions': ['points unique'], 'factory': 'Line', 'otherwise': 'None'}
See the source for more information.