Class IOUtils
Contents
[
Hide
]IOUtils class
Utilities to write matrix/vector to binary writer
public static class IOUtils
Methods
Name | Description |
---|---|
static Write(this BinaryWriter, FMatrix4) | Write the matrix to the binary writer |
static Write(this BinaryWriter, FVector2) | Write the vector to the binary writer |
static Write(this BinaryWriter, FVector3) | Write the vector to the binary writer |
static Write(this BinaryWriter, FVector4) | Write the vector to the binary writer |
static Write(this BinaryWriter, Matrix4) | Write the matrix to the binary writer |
static Write(this BinaryWriter, Vector2) | Write the vector to the binary writer |
static Write(this BinaryWriter, Vector3) | Write the vector to the binary writer |
static Write(this BinaryWriter, Vector4) | Write the vector to the binary writer |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D