Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
__serialiseTransformationMatrix
Function · 0.85
Calls
2
serialiseVec
Function · 0.85
str
Function · 0.50
Tested by
no test coverage detected