| Matrix4Multiply Method (Double, Matrix4, Matrix4) | 
 
            Multiplies a matrix by a given value.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic static void Multiply(
	double s,
	ref Matrix4 m,
	out Matrix4 result
)
Parameters
- s
- Type: SystemDouble
 The value by which to multiply.
- m
- Type: NeoAxisMatrix4
 The matrix to multiply.
- result
- Type: NeoAxisMatrix4
 When the method completes, contains the scaled matrix.
 See Also
See Also