Triangle3dIsPointInside Method |
Gets a value indicating if the the Point2d is strictly inside the current triangle.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsPointInside(
Point3d pt
)
Public Function IsPointInside (
pt As Point3d
) As Boolean
public:
bool IsPointInside(
Point3d pt
)
member IsPointInside :
pt : Point3d -> bool
Parameters
- pt
- Type: Point3d
Point to be evaluated.
Return Value
Type:
Booleantrue, if the point is inside; false, otherwise.
See Also