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