Click or drag to resize
DigitalRuneMatrix33FWriterWrite Method (ContentWriter, Matrix33F)
Compiles a strongly typed object into binary format.

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: DigitalRune.Mathematics.Content.Pipeline (in DigitalRune.Mathematics.Content.Pipeline.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected override void Write(
	ContentWriter output,
	Matrix33F value
)

Parameters

output
Type: ContentWriter
The content writer serializing the value.
value
Type: DigitalRune.Mathematics.AlgebraMatrix33F
The value to write.
See Also