Click or drag to resize

StraightDescriptionGetLocalPositionMatrix Method

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


Namespace: Demo3D.Components
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public override Matrix GetLocalPositionMatrix(
	double distance,
	double centerOffset,
	double hover
)

Parameters

distance  Double

[Missing <param name="distance"/> documentation for "M:Demo3D.Components.StraightDescription.GetLocalPositionMatrix(System.Double,System.Double,System.Double)"]

centerOffset  Double

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

hover  Double

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

Return Value

Matrix

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

See Also