scale method
scale
Scaling of a matrix
Returns
Scaling matrix
def scale(self, sx, sy, sz):
...
Parameter | Type | Description |
---|---|---|
sx | float | X scale value |
sy | float | Y scale value |
sz | float | Z scale value |
Scaling of a matrix
Scaling matrix
def scale(self, sx, sy, sz):
...
Parameter | Type | Description |
---|---|---|
sx | float | X scale value |
sy | float | Y scale value |
sz | float | Z scale value |