VectorAtPoint(IList<XYZ>)
Constructor
Description:
Creates object from an array of vectors
Creates object from an array of vectors
Parameters
Parameter | Type | Description |
---|---|---|
vectors | IList | Array of vectors, each corresponding to "measurement" |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when supplied vectors contain invalid (infinite or non-number) coordinates |
ArgumentNullException | A non-optional argument was null |