Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Vector3 Structure
Vector3 Constructor
Vector3 Constructor (Vector3)
Vector3 Constructor (Double, Double, Double)
Vector3 Constructor (Single, Single, Single)
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#
Copy
public
Vector3
(
double
x
,
double
y
,
double
z
)
Parameters
x
Type:
System
Double
Initial value for the X component of the
Vector3
.
y
Type:
System
Double
Initial value for the Y component of the
Vector3
.
z
Type:
System
Double
Initial value for the Z component of the
Vector3
.
See Also
Reference
Vector3 Structure
Vector3 Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com