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