Superclass of constraints that are composed of multiple subconstraints.
Inheritance: SolverUpdateable
コード例 #1
0
 protected MultipleSubConstraints(SolverGroup multipleSubConstraints)
 {
     this.multipleSubConstraints = multipleSubConstraints;
 }