Click or drag to resize

DescriptionBaseGetLocalPosition Method

[Missing <summary> documentation for "M:Demo3D.Components.DescriptionBase.GetLocalPosition(System.Double,System.Double,System.Double)"]


Namespace: Demo3D.Components
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Vector3 GetLocalPosition(
	double distanceAlongCurve,
	double centerOffset,
	double hover
)

Parameters

distanceAlongCurve  Double

[Missing <param name="distanceAlongCurve"/> documentation for "M:Demo3D.Components.DescriptionBase.GetLocalPosition(System.Double,System.Double,System.Double)"]

centerOffset  Double

[Missing <param name="centerOffset"/> documentation for "M:Demo3D.Components.DescriptionBase.GetLocalPosition(System.Double,System.Double,System.Double)"]

hover  Double

[Missing <param name="hover"/> documentation for "M:Demo3D.Components.DescriptionBase.GetLocalPosition(System.Double,System.Double,System.Double)"]

Return Value

Vector3

[Missing <returns> documentation for "M:Demo3D.Components.DescriptionBase.GetLocalPosition(System.Double,System.Double,System.Double)"]

See Also