Uses of Class
spice.basic.TriangularPlateVertices
-
Packages that use TriangularPlateVertices Package Description spice.basic -
-
Uses of TriangularPlateVertices in spice.basic
Methods in spice.basic that return TriangularPlateVertices Modifier and Type Method Description TriangularPlateVertices
TriangularPlateVertices. expand(double delta)
Expand a triangular plate by a specified amount.The expanded plate is co-planar with, and has the same orientation as, the original.The centroids of the two plates coincide.Constructors in spice.basic with parameters of type TriangularPlateVertices Constructor Description TriangularPlateVertices(TriangularPlateVertices p)
Copy constructor.This constructor generates a deep copy.
-