|
BoundingBox3Contains Method
|
Determine whether point lies inside the box.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool Contains(
Point3 p
)
Public Function Contains (
p As Point3
) As Boolean
public:
bool Contains(
Point3 p
)
member Contains :
p : Point3 -> bool
Parameters
- p
- Type: Karamba.GeometryPoint3
Point to check.
Return Value
Type:
BooleanTrue if point lies inside, false otherwise.
See Also