SlimDX Documentation
Divide Method (left, right, result)
Namespaces
►
SlimDX
►
Matrix
►
Divide(Matrix
%
, Single, Matrix
%
)
C#
Scales a matrix by the given value.
Declaration Syntax
C#
public
static
void
Divide
(
ref
Matrix
left
,
float
right
,
out
Matrix
result
)
Parameters
left
(
Matrix
%
)
The matrix to scale.
right
(
Single
)
The amount by which to scale.
result
(
Matrix
%
)
When the method completes, contains the scaled matrix.
Assembly:
SlimDX
(Module: SlimDX) Version: 2.0.11.43