Esempio n. 1
0
 public void Set(b2ContactFeature cf)
 {
     indexA = cf.indexA;
     indexB = cf.indexB;
     typeA = cf.typeA;
     typeB = cf.typeB;
 }
Esempio n. 2
0
 public void Set(b2ContactFeature cf)
 {
     indexA = cf.indexA;
     indexB = cf.indexB;
     typeA  = cf.typeA;
     typeB  = cf.typeB;
 }
Esempio n. 3
0
        public b2ContactFeatureType typeB;        ///< The feature type on shapeB

        public b2ContactFeature(byte iA, byte iB, b2ContactFeatureType tA, b2ContactFeatureType tB)
        {
            indexA = iA;
            indexB = iB;
            typeA = tA;
            typeB = tB;
        }
Esempio n. 4
0
        public b2ContactFeatureType    typeB;  ///< The feature type on shapeB

        public b2ContactFeature(byte iA, byte iB, b2ContactFeatureType tA, b2ContactFeatureType tB)
        {
            indexA = iA;
            indexB = iB;
            typeA  = tA;
            typeB  = tB;
        }