|
ExtensionsDump(Matrix3D, Int32) Method |
Display details about specified Matrix3D to Debug console (for example to Visual Studio's Immediate window).
Namespace: Ab3dAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static void Dump(
this Matrix3D matrix,
int numberOfDecimals = 2
)
Parameters
- matrix Matrix3D
- Matrix3D
- numberOfDecimals Int32 (Optional)
- number of decimals (by default 2)
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Matrix3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also