Click or drag to resize

Vector3 Constructor (Double, Double, Double)

Initializes a new instance of the Vector3 struct.

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
Initial value for the X component of the Vector3.
y
Type: SystemDouble
Initial value for the Y component of the Vector3.
z
Type: SystemDouble
Initial value for the Z component of the Vector3.
See Also