Example #1
0
 public void Normalize(FbxWeightedMapping.ESet pSet, bool pAbsoluteValue)
 {
     fbx_wrapperPINVOKE.FbxWeightedMapping_Normalize(swigCPtr, (int)pSet, pAbsoluteValue);
 }
Example #2
0
        public double GetRelationSum(FbxWeightedMapping.ESet pSet, int pElement, bool pAbsoluteValue)
        {
            double ret = fbx_wrapperPINVOKE.FbxWeightedMapping_GetRelationSum(swigCPtr, (int)pSet, pElement, pAbsoluteValue);

            return(ret);
        }
Example #3
0
        public int GetRelationIndex(FbxWeightedMapping.ESet pSet, int pElementInSet, int pElementInOtherSet)
        {
            int ret = fbx_wrapperPINVOKE.FbxWeightedMapping_GetRelationIndex(swigCPtr, (int)pSet, pElementInSet, pElementInOtherSet);

            return(ret);
        }
Example #4
0
 public FbxWeightedMapping.Element GetRelation(FbxWeightedMapping.ESet pSet, int pElement, int pIndex)
 {
     FbxWeightedMapping.Element ret = new FbxWeightedMapping.Element(fbx_wrapperPINVOKE.FbxWeightedMapping_GetRelation(swigCPtr, (int)pSet, pElement, pIndex), false);
     return(ret);
 }
Example #5
0
        public int GetElementCount(FbxWeightedMapping.ESet pSet)
        {
            int ret = fbx_wrapperPINVOKE.FbxWeightedMapping_GetElementCount(swigCPtr, (int)pSet);

            return(ret);
        }
        public int GetRelationCount(FbxWeightedMapping.ESet pSet, int pElement)
        {
            int ret = FbxWrapperNativePINVOKE.FbxWeightedMapping_GetRelationCount(swigCPtr, (int)pSet, pElement);

            return(ret);
        }