Click or drag to resize
FloatMatrixDivision Operator
Divides the specified FloatMatrix by the specified scalar value.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static FloatMatrix operator /(
	FloatMatrix m,
	float s
)

Parameters

m
Type: CandlelightFloatMatrix
A FloatMatrix.
s
Type: SystemSingle
A scalar.

Return Value

Type: FloatMatrix
A FloatMatrix that is the specified matrix with the linear scale applied.
See Also