|
MeshColliderIsInsideMesh(Point3D) Method |
Returns true when the specified position is inside the mesh.
Namespace: Ab3d.DirectX.UtilitiesAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public bool IsInsideMesh(
Point3D position
)
Parameters
- position Point3D
- position as Point3D
Return Value
Booleantrue when the specified position is inside the mesh
See Also