Example usage for org.apache.commons.math3.geometry.partitioning BSPTreeVisitor interface-usage

List of usage examples for org.apache.commons.math3.geometry.partitioning BSPTreeVisitor interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.geometry.partitioning BSPTreeVisitor interface-usage.

Usage

From source file org.orekit.models.earth.tessellation.InsideFinder.java

/** BSP Tree visitor aimed at finding a point strictly inside a spherical zone.
 * <p>
 * This class is heavily based on the class PropertiesComputer from the
 * Apache Commons Math library, also distributed under the terms of
 * the Apache Software License V2.
 * </p>