public interface CrossSectionProvider
Interface for all geometric objects that can provide their cross section from a direction defined by a Vector3D.
Modifier and Type | Method and Description |
---|---|
double |
getCrossSection(Vector3D direction)
Computes the cross section from the direction
defined by a Vector3D.
|
double getCrossSection(Vector3D direction)
direction
- the direction vectorCopyright © 2017 CNES. All rights reserved.