|
| | __init__ (self) |
| | Constructor for a Symbol.
|
| |
| | add_symbol (self, s) |
| |
| | get_all_symbols (self) |
| |
| | get_shape_type (self) |
| |
| | add_all_json (self, symbol_json, parent) |
| |
| | print_mat (self, list m) |
| | print the current matrix for debugging
|
| |
| list | identity (self, list m) |
| | create the identity matrix
|
| |
| list | mat_mult (self, list m1, list m2) |
| |
| list | vec_mat_mult (self, list m, list v) |
| |
| | translate (self, float tx, float ty) |
| |
| | scale (self, *args) |
| | scale the symbol from a particular center location
|
| |
| | rotate (self, *args) |
| |
| | set_transform (self, float a, float b, float c, float d, float e, float f) |
| |
| dict | get_json_representation (self) |
| | Get the json representation of the Symbol class.
|
| |
◆ __init__()
| bridges.symbol_group.SymbolGroup.__init__ |
( |
|
self | ) |
|
◆ add_all_json()
| bridges.symbol_group.SymbolGroup.add_all_json |
( |
|
self, |
|
|
|
symbol_json, |
|
|
|
parent |
|
) |
| |
◆ add_symbol()
| bridges.symbol_group.SymbolGroup.add_symbol |
( |
|
self, |
|
|
|
s |
|
) |
| |
◆ get_all_symbols()
| bridges.symbol_group.SymbolGroup.get_all_symbols |
( |
|
self | ) |
|
◆ get_shape_type()
| bridges.symbol_group.SymbolGroup.get_shape_type |
( |
|
self | ) |
|
◆ al
| bridges.symbol_group.SymbolGroup.al |
The documentation for this class was generated from the following file: