Definition at line 10 of file test_math.py.
Public Member Functions | |
def | test_constructor (self) |
def | test_elementwise_ops (self) |
def | test_magnitude (self) |
def | test_products (self) |
def | test_rotation (self) |
def | test_scale (self) |
def | test_size (self) |
def | test_to_vector (self) |
def | test_two_vector_computations (self) |
def tests.test_math.TestTriple.test_constructor | ( | self | ) |
Definition at line 12 of file test_math.py.
def tests.test_math.TestTriple.test_elementwise_ops | ( | self | ) |
Definition at line 63 of file test_math.py.
def tests.test_math.TestTriple.test_magnitude | ( | self | ) |
Definition at line 35 of file test_math.py.
def tests.test_math.TestTriple.test_products | ( | self | ) |
Definition at line 25 of file test_math.py.
def tests.test_math.TestTriple.test_rotation | ( | self | ) |
Definition at line 48 of file test_math.py.
def tests.test_math.TestTriple.test_scale | ( | self | ) |
Definition at line 77 of file test_math.py.
def tests.test_math.TestTriple.test_size | ( | self | ) |
Definition at line 83 of file test_math.py.
def tests.test_math.TestTriple.test_to_vector | ( | self | ) |
Definition at line 16 of file test_math.py.
def tests.test_math.TestTriple.test_two_vector_computations | ( | self | ) |
Definition at line 39 of file test_math.py.