MCPcopy Create free account
hub / github.com/ImageEngine/cortex / serialiseQuat

Function serialiseQuat

python/IECore/ParameterParser.py:533–535  ·  view source on GitHub ↗
( quat )

Source from the content-addressed store, hash-verified

531 return [ str( vec[x] ) for x in range( 0, vec.dimensions() ) ]
532
533 def serialiseQuat( quat ) :
534
535 return [ str( quat.r() ) ] + serialiseVec( quat.v() )
536
537 t = value.value
538 retList = []

Callers 1

Calls 2

serialiseVecFunction · 0.85
strFunction · 0.50

Tested by

no test coverage detected