
Generates an object of class "EllipticalSymmetry"
.
EllipticalSymmetry(SymmCenter = 0)
Object of class "EllipticalSymmetry"
numeric: center of symmetry
Matthias Kohl Matthias.Kohl@stamats.de
EllipticalSymmetry-class
, DistributionSymmetry-class
EllipticalSymmetry()
## The function is currently defined as
function(SymmCenter = 0){
new("EllipticalSymmetry", SymmCenter = SymmCenter)
}
Run the code above in your browser using DataLab