| Vector4 Constructor |
Initializes a new instance of the
Vector4 structure with x, y, z and w coordinates.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Vector4(
float x,
float y,
float z,
float w
)
public:
Vector4(
float x,
float y,
float z,
float w
)
Parameters
- x
- Type: SystemSingle
The x coordinate. - y
- Type: SystemSingle
The y coordinate. - z
- Type: SystemSingle
The z coordinate. - w
- Type: SystemSingle
The w coordinate.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also