|
is the cog height variable missing? Anonymous |
7 year
|
When I look at Set_Variables I cant seem to find a variable that tells ou the height and width of the COG box. Was this there at one point and got deleted or is this a bug? I am using the 64bit version if that helps.
|
|
|
Steven Gentner from United States [273 posts] |
7 year
|
No, a cog width or cog height has never existed. Most likely you are thinking of another module.
The way you DO get that information is using the
COG_BOUNDING_COORDINATES
variable which will have the x,y coordinates of all 4 corners of the bounding box. Subtracting one from the other will result in the width and height. Let me know if you need a further example on how to do that.
STeven.
|
|