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

Function serialiseVec

python/IECore/ParameterParser.py:529–531  ·  view source on GitHub ↗
( vec )

Source from the content-addressed store, hash-verified

527def __serialiseTransformationMatrix( parameter, value ) :
528
529 def serialiseVec( vec ) :
530
531 return [ str( vec[x] ) for x in range( 0, vec.dimensions() ) ]
532
533 def serialiseQuat( quat ) :
534

Callers 2

serialiseQuatFunction · 0.85

Calls 2

strFunction · 0.50
dimensionsMethod · 0.45

Tested by

no test coverage detected