Uses of Class
spice.basic.TriangularPlate
-
Packages that use TriangularPlate Package Description spice.basic -
-
Uses of TriangularPlate in spice.basic
Methods in spice.basic with parameters of type TriangularPlate Modifier and Type Method Description static double
TriangularPlate. area(TriangularPlate[] plates, Vector3[] vertices)
Compute the total area of a collection of triangular plates.static double
TriangularPlate. volume(TriangularPlate[] plates, Vector3[] vertices)
Compute the volume of a three-dimensional region bounded by a collection of triangular plates.Constructors in spice.basic with parameters of type TriangularPlate Constructor Description TriangularPlate(TriangularPlate p)
Construct a plate from another plate.
-