Click or drag to resize

Double2ControlPoint Constructor (IControlPointProvider, String, Vector3, String, Vector3, Double)

Initializes a new instance of the Double2ControlPoint class

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Double2ControlPoint(
	IControlPointProvider owner,
	string name,
	Vector3 direction,
	string name2,
	Vector3 direction2,
	double scale
)

Parameters

owner
Type: Demo3D.ControlPointsIControlPointProvider

[Missing <param name="owner"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

direction
Type: Microsoft.DirectXVector3

[Missing <param name="direction"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

name2
Type: SystemString

[Missing <param name="name2"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

direction2
Type: Microsoft.DirectXVector3

[Missing <param name="direction2"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:Demo3D.ControlPoints.Double2ControlPoint.#ctor(Demo3D.ControlPoints.IControlPointProvider,System.String,Microsoft.DirectX.Vector3,System.String,Microsoft.DirectX.Vector3,System.Double)"]

See Also