M_Rhino_Geometry_Matrix_BackSolvePoints - mcneel/rhinocommon-api-docs GitHub Wiki
Solves M*x=b where M is upper triangular with a unit diagonal and b is a column of 3d points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3d[] BackSolvePoints(
double zeroTolerance,
Point3d[] b
)
VB
Public Function BackSolvePoints (
zeroTolerance As Double,
b As Point3d()
) As Point3d()
- zeroTolerance
- Type: System.Double
(>=0.0) used to test for "zero" values in b in underdetermined systems of equations. - b
- Type: Rhino.Geometry.Point3d[]
The values in B[RowCount],...,B[B.Length-1] are tested to make sure they are "zero".
Type: Point3d[]
Array of length ColumnCount on success. null on error.
Supported in: 6.0.16224.21491, 5D58w