Click or drag to resize

DoubleControlPoint Constructor (IControlPointProvider, String, Vector3)

Initializes a new instance of the DoubleControlPoint class

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

Parameters

owner
Type: Demo3D.ControlPointsIControlPointProvider

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

name
Type: SystemString

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

direction
Type: Microsoft.DirectXVector3

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

See Also