IOUtils.Write
Contents
[
Hide
]Write(this BinaryWriter, Matrix4)
Write the matrix to the binary writer
public static void Write(this BinaryWriter writer, Matrix4 mat)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
mat | Matrix4 | Matrix to write |
See Also
- struct Matrix4
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, FMatrix4)
Write the matrix to the binary writer
public static void Write(this BinaryWriter writer, FMatrix4 mat)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
mat | FMatrix4 | Matrix to write |
See Also
- struct FMatrix4
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, FVector2)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, FVector2 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | FVector2 | Vector to write |
See Also
- struct FVector2
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, FVector3)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, FVector3 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | FVector3 | Vector to write |
See Also
- struct FVector3
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, FVector4)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, FVector4 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | FVector4 | Vector to write |
See Also
- struct FVector4
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, Vector2)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, Vector2 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | Vector2 | Vector to write |
See Also
- struct Vector2
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, Vector3)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, Vector3 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | Vector3 | Vector to write |
See Also
- struct Vector3
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Write(this BinaryWriter, Vector4)
Write the vector to the binary writer
public static void Write(this BinaryWriter writer, Vector4 v)
Parameter | Type | Description |
---|---|---|
writer | BinaryWriter | Target binary writer |
v | Vector4 | Vector to write |
See Also
- struct Vector4
- class IOUtils
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D