42 if (reader ==
null) {
throw new ArgumentNullException(
"reader"); }
43 return reader.BaseStream;
48 : base(input, encoding) { }
54 return base.ReadDouble();
56 return base.ReadSingle();
153 for (
int index = 0; index < returnvalue.Length; index++)
Quaternion ReadQuaternion()
Matrix2x2 ReadMatrix2x2()
Scalar[] ReadScalarArray()
MathReader(Stream input, Encoding encoding)
Matrix3x3 ReadMatrix3x3()
MathReader(BinaryReader reader)
Matrix4x4 ReadMatrix4x4()
static Stream GetBaseStream(BinaryReader reader)
A 2x2 matrix which can represent rotations for 2D vectors.
A 3x3 matrix which can represent rotations around axes.
Summary description for Quaternion.
This is the Vector Class.
Scalar X
This is the X value. (Usually represents a horizontal position or direction.)
Scalar Y
This is the Y value. (Usually represents a vertical position or direction.)
A Vector with 3 dimensions.
Scalar X
This is the X value.
Scalar Y
This is the Y value.
Scalar Z
This is the Z value.
A Vector with 4 dimensions.
Scalar X
This is the X value.
Scalar Y
This is the Y value.
Scalar Z
This is the Z value.
Scalar W
This is the W value.