Query: wxgraphicsmatrix
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxGraphicsMatrix(3erl) Erlang Module Definition wxGraphicsMatrix(3erl)NAMEwxGraphicsMatrix - See external documentation: wxGraphicsMatrix.DESCRIPTIONSee external documentation: wxGraphicsMatrix . This class is derived (and can use functions) from: wxGraphicsObjectDATA TYPESwxGraphicsMatrix() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.EXPORTSconcat(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> ok See external documentation . get(This::wxGraphicsMatrix()) -> {A::float(), B::float(), C::float(), D::float(), Tx::float(), Ty::float()} See external documentation . getNativeMatrix(This::wxGraphicsMatrix()) -> ok See external documentation . invert(This::wxGraphicsMatrix()) -> ok See external documentation . isEqual(This::wxGraphicsMatrix(), T::wxGraphicsMatrix()) -> bool() See external documentation . isIdentity(This::wxGraphicsMatrix()) -> bool() See external documentation . rotate(This::wxGraphicsMatrix(), Angle::float()) -> ok See external documentation . scale(This::wxGraphicsMatrix(), XScale::float(), YScale::float()) -> ok See external documentation . translate(This::wxGraphicsMatrix(), Dx::float(), Dy::float()) -> ok See external documentation . set(This::wxGraphicsMatrix()) -> ok Equivalent to set(This, []) . set(This::wxGraphicsMatrix(), Options::[Option]) -> ok Types Option = {a, float()} | {b, float()} | {c, float()} | {d, float()} | {tx, float()} | {ty, float()} See external documentation . transformPoint(This::wxGraphicsMatrix()) -> {X::float(), Y::float()} See external documentation . transformDistance(This::wxGraphicsMatrix()) -> {Dx::float(), Dy::float()} See external documentation .AUTHORS<> wxErlang 0.98.9 wxGraphicsMatrix(3erl)
| Related Man Pages |
|---|
| wxauimanager(3erl) - linux |
| wxclipboard(3erl) - linux |
| wxgraphicsmatrix(3erl) - linux |
| wxpickerbase(3erl) - linux |
| wxsplitterwindow(3erl) - linux |
| Similar Topics in the Unix Linux Community |
|---|
| adding float numbers |
| Rsync to an external list of URLs |
| float input |
| Compare float value with single decimal |
| Adding to an array in an external file, and adding elements to it. |