Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | test_plane (self) |
Class to test Line and Plane classes
Definition at line 143 of file test_rotmat.py.
def test_rotmat.LinePlaneTest.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Constructor, set up some data that is reused in many tests
Definition at line 149 of file test_rotmat.py.
def test_rotmat.LinePlaneTest.test_plane | ( | self | ) |
testing line/plane intersection
Definition at line 153 of file test_rotmat.py.