Method Intersects
Intersects(GfBBox3d)
Declaration
public bool Intersects(GfBBox3d bbox)
Parameters
| Type | Name | Description |
|---|---|---|
| GfBBox3d | bbox |
Returns
| Type | Description |
|---|---|
| bool |
Intersects(GfVec3d)
Declaration
public bool Intersects(GfVec3d point)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | point |
Returns
| Type | Description |
|---|---|
| bool |
Intersects(GfVec3d, GfVec3d)
Declaration
public bool Intersects(GfVec3d p0, GfVec3d p1)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | p0 | |
| GfVec3d | p1 |
Returns
| Type | Description |
|---|---|
| bool |
Intersects(GfVec3d, GfVec3d, GfVec3d)
Declaration
public bool Intersects(GfVec3d p0, GfVec3d p1, GfVec3d p2)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec3d | p0 | |
| GfVec3d | p1 | |
| GfVec3d | p2 |
Returns
| Type | Description |
|---|---|
| bool |