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