Method FindClosestPoint
FindClosestPoint(GfVec3d, out double)
Declaration
public GfVec3d FindClosestPoint(GfVec3d point, out double rayDistance)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | point | |
| double | rayDistance |
Returns
| Type | Description |
|---|---|
| GfVec3d |
FindClosestPoint(GfVec3d)
Declaration
public GfVec3d FindClosestPoint(GfVec3d point)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | point |
Returns
| Type | Description |
|---|---|
| GfVec3d |