Class PlanarMeshGrid
Specialization of MeshGrid specifically for planar meshes.
Inheritance
PlanarMeshGrid
Assembly: Sylves.dll
Syntax
public class PlanarMeshGrid : MeshGrid, IGrid
Constructors
PlanarMeshGrid(MeshData, MeshGridOptions)
Declaration
public PlanarMeshGrid(MeshData meshData, MeshGridOptions meshGridOptions = null)
Parameters
Methods
GetCellsIntersectsApprox(Vector3, Vector3)
Gets the set of cells that potentially overlap bounds.
Declaration
public override IEnumerable<Cell> GetCellsIntersectsApprox(Vector3 min, Vector3 max)
Parameters
Returns
Overrides
IsPointInCell(Vector3, Cell)
Declaration
protected override bool IsPointInCell(Vector3 position, Cell cell)
Parameters
Returns
Overrides
Implements
Extension Methods