Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | test_constructor (self) |
def | test_maths (self) |
Class to test Vector3
Definition at line 16 of file test_rotmat.py.
def test_rotmat.VectorTest.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Constructor, set up some data that is reused in many tests
Definition at line 22 of file test_rotmat.py.
def test_rotmat.VectorTest.test_constructor | ( | self | ) |
Test the constructor functionality
Definition at line 27 of file test_rotmat.py.
def test_rotmat.VectorTest.test_maths | ( | self | ) |
Test simple maths
Definition at line 38 of file test_rotmat.py.