Class GaussPointsFit3
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class GaussPointsFit3
Constructors
GaussPointsFit3(IEnumerable<Vector3d>)
Declaration
public GaussPointsFit3(IEnumerable<Vector3d> points)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Vector3d> | points |
GaussPointsFit3(IEnumerable<Vector3d>, IEnumerable<Double>)
Declaration
public GaussPointsFit3(IEnumerable<Vector3d> points, IEnumerable<double> weights)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Vector3d> | points | |
IEnumerable<Double> | weights |
Fields
Box
Declaration
public Box3d Box
Field Value
Type | Description |
---|---|
Box3d |
ResultValid
Declaration
public bool ResultValid
Field Value
Type | Description |
---|---|
Boolean |