Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="aMMath">Matrixmodul</param>
 public Sphere(MatrixMath aMMath)
 {
     MMath = aMMath;
 }
Пример #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="aMMath">Matrixmodul</param>
 public Sphere(MatrixMath aMMath)
 {
     MMath = aMMath;
 }
Пример #3
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="aMMAth">Matrizenmodul</param>
 public Shots(MatrixMath aMMAth)
 {
     MMAth   = aMMAth;
     Visible = true; // immer sichtbar
     Enabled = true;
 }
Пример #4
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="aMMAth">Matrizenmodul</param>
 public Shots(MatrixMath aMMAth)
 {
     MMAth = aMMAth;
     Visible = true; // immer sichtbar
     Enabled = true;
 }