Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix ArcCos(TMtx X) | Result = the ArcCos function from the source and return the result |
| 2 | Vector ArcCos(TVec X) | Result = the ArcCos function from the source and return the result |
Overload 1: Matrix ArcCos(TMtx X)
Compute the ArcCos function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.ArcCos
Overload 2: Vector ArcCos(TVec X)
Compute the ArcCos function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.ArcCos