MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testC3Array

Function testC3Array

src/python/PyImathTest/pyImathTest.py:8858–8863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8856 assert ad[2] == V3d(a[2])
8857
8858def testC3Array ():
8859 print ("C3fArray")
8860 testC3xArray (C3fArray, Color3f, FloatArray)
8861 testC3xExplicitConversion(C3fArray)
8862 print ("C3cArray")
8863 testC3xArray (C3cArray, Color3c, UnsignedCharArray)
8864
8865testList.append (('testC3Array',testC3Array))
8866

Callers

nothing calls this directly

Calls 2

testC3xArrayFunction · 0.70

Tested by

no test coverage detected