Click or drag to resize
AB4D logo

MeshColliderIsInsideMesh(Vector3) Method

Returns true when the specified position is inside the mesh.

Namespace: Ab3d.DirectX.Utilities
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsInsideMesh(
	Vector3 position
)

Parameters

position  Vector3
position as Vector3

Return Value

Boolean
true when the specified position is inside the mesh
See Also