Package com.aspose.threed
Class FVector4
- java.lang.Object
-
- com.aspose.threed.FVector4
-
- All Implemented Interfaces:
com.aspose.csporter.helpers.Struct<FVector4>
,java.io.Serializable
,java.lang.Cloneable
public final class FVector4 extends java.lang.Object implements com.aspose.csporter.helpers.Struct<FVector4>, java.io.Serializable
A float vector with four components.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FVector4()
FVector4(float x, float y, float z)
Initializes a new instance of theFVector4
.FVector4(float x, float y, float z, float w)
Initializes a new instance of theFVector4
.FVector4(Vector3 vec)
Initializes a new instance of theFVector4
.FVector4(Vector3 vec, float w)
Initializes a new instance of theFVector4
.FVector4(Vector4 vec)
Initializes a new instance of theFVector4
.FVector4(java.awt.Color color)
Initializes a new instance of theFVector4
.
-
-
-
Constructor Detail
-
FVector4
public FVector4(float x, float y, float z, float w)
Initializes a new instance of theFVector4
.
-
FVector4
public FVector4(float x, float y, float z)
Initializes a new instance of theFVector4
.
-
FVector4
public FVector4(java.awt.Color color)
Initializes a new instance of theFVector4
.
-
FVector4
public FVector4()
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a string that represents theFVector4
- Overrides:
toString
in classjava.lang.Object
-
clone
public FVector4 clone()
- Specified by:
clone
in interfacecom.aspose.csporter.helpers.Struct<FVector4>
- Overrides:
clone
in classjava.lang.Object
-
copyFrom
public void copyFrom(FVector4 src)
- Specified by:
copyFrom
in interfacecom.aspose.csporter.helpers.Struct<FVector4>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-