StiMatrixHelper Class
Namespace: Stimulsoft.Report.Chart
Methods
| Method | Returns | Description |
|---|---|---|
RotateX static |
StiMatrix | |
RotateY static |
StiMatrix | |
RotateZ static |
StiMatrix | |
Scale static |
StiMatrix | |
Translate static |
StiMatrix |
Method Details
RotateX static
RotateX(a: double): StiMatrix
Parameters
- a (double)
Returns StiMatrix
RotateY static
RotateY(a: double): StiMatrix
Parameters
- a (double)
Returns StiMatrix
RotateZ static
RotateZ(a: double): StiMatrix
Parameters
- a (double)
Returns StiMatrix
Scale static
Scale(n: double): StiMatrix
Parameters
- n (double)
Returns StiMatrix
Translate static
Translate(tx: double, ty: double, tz: double): StiMatrix
Parameters
- tx (double)
- ty (double)
- tz (double)
Returns StiMatrix