[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.ReadMatrix4x4

ReadMatrix4x4 Method

ReadMatrix4x4()

Reads a Matrix.

Declaration
public Matrix4x4 ReadMatrix4x4()
Returns
Type Description
Matrix4x4

a Matrix from the stream

Remarks

In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.