SPICE3ExtensionsToDmat4 Method | 
            Converts a Transform3D to a dmat4.
            
Namespace: RAYLASE.MarkerPluginAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.31.0
Syntaxpublic static dmat4 ToDmat4(
	this Transform3D value
)
Parameters
- value  Transform3D
 - Transform3D to convert.
 
Return Value
dmat4[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.SPICE3Extensions.ToDmat4(RAYLASE.SPICE3.Utils.Transform3D)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
Transform3D. 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