public class IOUtils
extends java.lang.Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
write(com.aspose.threed.BinaryWriter writer,
FMatrix4 mat)
Write the matrix to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
FVector2 v)
Write the vector to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
FVector3 v)
Write the vector to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
FVector4 v)
Write the vector to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
Matrix4 mat)
Write the matrix to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
Vector2 v)
Write the vector to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
Vector3 v)
Write the vector to the binary writer
|
static void |
write(com.aspose.threed.BinaryWriter writer,
Vector4 v)
Write the vector to the binary writer
|
public static void write(com.aspose.threed.BinaryWriter writer, Matrix4 mat) throws java.io.IOException
writer
- Target binary writermat
- Matrix to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, FMatrix4 mat) throws java.io.IOException
writer
- Target binary writermat
- Matrix to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, FVector2 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, FVector3 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, FVector4 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, Vector2 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, Vector3 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException
public static void write(com.aspose.threed.BinaryWriter writer, Vector4 v) throws java.io.IOException
writer
- Target binary writerv
- Vector to writejava.io.IOException