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