public final class FVector4 extends Object implements com.aspose.threed.Struct<FVector4>, Serializable
Modifier and Type | Field and Description |
---|---|
float |
w
The w component.
|
float |
x
The x component.
|
float |
y
The y component.
|
float |
z
The z component.
|
Constructor and Description |
---|
FVector4() |
FVector4(Color color)
Initializes a new instance of the
FVector4 . |
FVector4(float x,
float y,
float z)
Initializes a new instance of the
FVector4 . |
FVector4(float x,
float y,
float z,
float w)
Initializes a new instance of the
FVector4 . |
FVector4(Vector3 vec)
Initializes a new instance of the
FVector4 . |
FVector4(Vector3 vec,
float w)
Initializes a new instance of the
FVector4 . |
FVector4(Vector4 vec)
Initializes a new instance of the
FVector4 . |
public float x
public float y
public float z
public float w
public FVector4(float x, float y, float z, float w)
FVector4
.public FVector4(float x, float y, float z)
FVector4
.public FVector4()
Copyright © 2019. All rights reserved.