Click or drag to resize

UtilitiesSignedDistanceToTarget Method

[Missing <summary> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]


Namespace: Demo3D.Visuals.KJE
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static double SignedDistanceToTarget(
	double value,
	double target,
	double upper,
	double lower,
	int directionHint
)

Parameters

value  Double

[Missing <param name="value"/> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

target  Double

[Missing <param name="target"/> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

upper  Double

[Missing <param name="upper"/> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

lower  Double

[Missing <param name="lower"/> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

directionHint  Int32

[Missing <param name="directionHint"/> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Demo3D.Visuals.KJE.Utilities.SignedDistanceToTarget(System.Double,System.Double,System.Double,System.Double,System.Int32)"]

See Also