IOExtension
Overview
IOExtension is a class in Aspose.3D FOSS for .NET.
IOExtension.Write writes the Matrix4 value to the provided BinaryWriter.
This class provides 1 method for working with IOExtension objects in .NET programs.
Available methods include: Write.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Write(writer: BinaryWriter, mat: Matrix4) | Writes the specified numeric vector or matrix to the BinaryWriter |
Write(writer: BinaryWriter, mat: FMatrix4) | |
Write(writer: BinaryWriter, v: FVector2) | |
Write(writer: BinaryWriter, v: FVector3) | |
Write(writer: BinaryWriter, v: FVector4) | |
Write(writer: BinaryWriter, v: Vector2) | |
Write(writer: BinaryWriter, v: Vector3) | |
Write(writer: BinaryWriter, v: Vector4) |