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: 15.0.2.11458
Syntax
C#
public static double SignedDistanceToTarget(
	double value,
	double target,
	double upper,
	double lower,
	int directionHint
)

Parameters

value
Type: SystemDouble

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

target
Type: SystemDouble

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

upper
Type: SystemDouble

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

lower
Type: SystemDouble

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

directionHint
Type: SystemInt32

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

Return Value

Type: Double

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

See Also