Click or drag to resize

RenderableControlPointBaseGetDragTranslation Method (DragInfo, Vector3)

[Missing <summary> documentation for "M:Demo3D.ControlPoints.RenderableControlPointBase.GetDragTranslation(Demo3D.Visuals.DragInfo,Microsoft.DirectX.Vector3)"]

Namespace:  Demo3D.ControlPoints
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected Vector3 GetDragTranslation(
	DragInfo dragInfo,
	Vector3 movementDirection
)

Parameters

dragInfo
Type: Demo3D.VisualsDragInfo

[Missing <param name="dragInfo"/> documentation for "M:Demo3D.ControlPoints.RenderableControlPointBase.GetDragTranslation(Demo3D.Visuals.DragInfo,Microsoft.DirectX.Vector3)"]

movementDirection
Type: Microsoft.DirectXVector3

[Missing <param name="movementDirection"/> documentation for "M:Demo3D.ControlPoints.RenderableControlPointBase.GetDragTranslation(Demo3D.Visuals.DragInfo,Microsoft.DirectX.Vector3)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Demo3D.ControlPoints.RenderableControlPointBase.GetDragTranslation(Demo3D.Visuals.DragInfo,Microsoft.DirectX.Vector3)"]

See Also