Skip to content

Angle Array Constructor

Ryan Porter edited this page Feb 25, 2018 · 1 revision

angleArrayCtor

Constructs an angle array from the indices of the multi-index input.

Attribute Name Description Attribute Type
input (i) Values that will be placed in the output array at their logical index. Values whose logical index is greater than size are ignored. doubleAngle[]
fillValue (fv) Value that will be placed in the output array if there is no input for that index.
size (size) The size of the output array. int
output (o) An angle array. angleArray
Clone this wiki locally