2016-03-10 08:04 AM - last edited on 2024-09-24 09:47 AM by Doreena Deng
2016-03-10 10:56 AM
Tsepov wrote:You can get the size of the allocated handle and divide it by the size of a single coordinate, e.g.
I need to move and rotate the spline.
Memo contains **coords but where are stored the number of points?
BMGetHandleSize((GSHandle) memo.coords) / sizeof(API_Coord)However, if you want to move and/or rotate the whole spline it would be easier to apply a transformation to the element with
2016-03-10 07:14 PM