sarkit.crsd.XyzPolyType.set_elem

XyzPolyType.set_elem(elem, val)

Set elem node using the polynomial coefficients from val.

Parameters:
elemlxml.etree.Element

XML element to set

val(N, 3) array_like

Array of coefficients ordered so that the coefficients for terms of degree n are contained in val[n]. Dimension two enumerates the X, Y, and Z polynomials.