Uses of Class
org.blender.dna.CurveMap
-
Packages that use CurveMap Package Description org.blender.dna -
-
Uses of CurveMap in org.blender.dna
Methods in org.blender.dna that return types with arguments of type CurveMap Modifier and Type Method Description CPointer<CurveMap>
CurveMap. __io__addressof()
Instantiates a pointer on this instance.CArrayFacade<CurveMap>
CurveMapping. getCm()
Get method for struct member 'cm'.Method parameters in org.blender.dna with type arguments of type CurveMap Modifier and Type Method Description void
CurveMapping. setCm(CArrayFacade<CurveMap> cm)
Set method for struct member 'cm'.Constructors in org.blender.dna with parameters of type CurveMap Constructor Description CurveMap(CurveMap that)
-