stdlib: Add Vector2d to PyStats

Change-Id: Icb2f691abf88ef4bac8d277e421329edb000209b
This commit is contained in:
Bobby R. Bruce
2024-03-24 15:57:30 -07:00
parent a3af819d82
commit 6ae3692057
9 changed files with 408 additions and 1 deletions

View File

@@ -31,5 +31,6 @@ if env['CONF']['USE_TEST_OBJECTS']:
'StatTester',
'ScalarStatTester',
'VectorStatTester',
'Vector2dStatTester',
])
Source('stat_tester.cc')