|
|
__init__(self,
ids=[],
pseudos=[],
positions=[],
orientations=[],
headings=[],
states=[],
actions=[],
scenes=[],
avatars=[]) |
source code
|
|
|
Byte Array. 'BfffffffffBBBBB%ds' * NbClients
|
Encode(self,
ids=[],
pseudos=[],
positions=[],
orientations=[],
states=[],
actions=[],
scenes=[],
avatars=[])
Returns:
the encoded data |
source code
|
|
|
tuple of (Integer, list of Integer, list of String, list of 3*1
Vector, list of 3*3 Matrix, list of 3*3 Matrix, list of Integer, list
of Integer, list of Integer, list of Integer)
|
Decode(self,
data)
Returns:
nb_processed_byte, ids[], pseudos[], positions[], orientations[],
headings[], states[], actions[], scenes[], avatars[] |
source code
|
|