Method CoincidesWith
CoincidesWith(Point3D)
Tells whether this point coincides with another point.
Declaration
public bool CoincidesWith(Point3D inPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Point3D | inPoint | Point to compare with. |
Returns
| Type | Description |
|---|---|
| bool | This point coincides with the specified point. |
Remarks
Two points are considered coincident if they are less than LinearPrecision apart.