org.apache.commons.math3.geometry.euclidean.threed
Interface CrossSectionProvider

All Known Implementing Classes:
Facet, Parallelepiped, Plate, Sphere

public interface CrossSectionProvider

Interface for all geometric objects that can provide their cross section from a direction defined by a Vector3D.

Since:
1.0
Version:
$Id: CrossSectionProvider.java 3693 2012-03-16 08:18:46Z CardosoP $
Author:
Thomas Trapier

Method Summary
 double getCrossSection(Vector3D direction)
          Computes the cross section from the direction defined by a Vector3D.
 

Method Detail

getCrossSection

double getCrossSection(Vector3D direction)
Computes the cross section from the direction defined by a Vector3D.

Parameters:
direction - the direction vector
Returns:
the cross section


Copyright © 2016 CNES. All Rights Reserved.