Method SetDiagonal
SetDiagonal(double)
Declaration
public GfMatrix2d SetDiagonal(double s)
Parameters
| Type | Name | Description |
|---|---|---|
| double | s |
Returns
| Type | Description |
|---|---|
| GfMatrix2d |
SetDiagonal(GfVec2d)
Declaration
public GfMatrix2d SetDiagonal(GfVec2d arg0)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec2d | arg0 |
Returns
| Type | Description |
|---|---|
| GfMatrix2d |