Magnetoculus Database Builder
Construction de bases de données pour Magnetoculus
|
Functions | |
def | SerializeVector3List (vector3List) |
Serialize a list of vector3 ((x, y, z) tuple) in order to store it in the database as a BLOB. More... | |
def | SerializeVector2List (vector2List) |
Serialize a list of vector2 ((x, y) tuple) in order to store it in the database as a BLOB. More... | |
def Serializer.SerializeVector2List | ( | vector2List | ) |
Serialize a list of vector2 ((x, y) tuple) in order to store it in the database as a BLOB.
def Serializer.SerializeVector3List | ( | vector3List | ) |
Serialize a list of vector3 ((x, y, z) tuple) in order to store it in the database as a BLOB.