Click or drag to resize

StraightDescriptionGetDistanceAlong Method

[Missing <summary> documentation for "M:Demo3D.Components.StraightDescription.GetDistanceAlong(Microsoft.DirectX.Vector3,System.Double@)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public override double GetDistanceAlong(
	Vector3 localLocation,
	ref double centerOffset
)

Parameters

localLocation
Type: Microsoft.DirectXVector3

[Missing <param name="localLocation"/> documentation for "M:Demo3D.Components.StraightDescription.GetDistanceAlong(Microsoft.DirectX.Vector3,System.Double@)"]

centerOffset
Type: SystemDouble

[Missing <param name="centerOffset"/> documentation for "M:Demo3D.Components.StraightDescription.GetDistanceAlong(Microsoft.DirectX.Vector3,System.Double@)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Demo3D.Components.StraightDescription.GetDistanceAlong(Microsoft.DirectX.Vector3,System.Double@)"]

See Also