|  | 
| MeshColliderIsInsideMesh(Vector3) 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.1.9105.2048
 Syntax
Syntaxpublic bool IsInsideMesh(
	Vector3 position
)
Parameters
- position  Vector3
- position as Vector3
Return Value
Booleantrue when the specified position is inside the mesh
 See Also
See Also