Click or drag to resize

circularDisplacer Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.transformation
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public circularDisplacer(
	int nestCount = 6,
	double zeroOffset = 30,
	double distance = 35.5
)
Request Example View Source

Parameters

nestCount (Optional)
Type: SystemInt32
Number of circularDisplacernestPoints to create
zeroOffset (Optional)
Type: SystemDouble
Angular starting point for the first nest point
distance (Optional)
Type: SystemDouble
Distance from central point - to be set for all circularDisplacernestPoints.
See Also