Struct Reducer.QEdge
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
protected struct QEdge
Constructors
QEdge(Int32, ref QuadricError, ref Vector3d)
Declaration
public QEdge(int edge_id, ref QuadricError qin, ref Vector3d pt)
Parameters
Type | Name | Description |
---|---|---|
Int32 | edge_id | |
QuadricError | qin | |
Vector3d | pt |
Fields
collapse_pt
Declaration
public Vector3d collapse_pt
Field Value
Type | Description |
---|---|
Vector3d |
eid
Declaration
public int eid
Field Value
Type | Description |
---|---|
Int32 |
q
Declaration
public QuadricError q
Field Value
Type | Description |
---|---|
QuadricError |