apply_transform_to_point
Description:
[
Version ( since =
"0.4" ) ]
public Vertex apply_transform_to_point (
Vertex point)
Transforms point in coordinates relative to the actor into screen-relative coordinates with the current actor transformation (i.e.
scale, rotation, etc)
Parameters:
| this |
A Actor
|
| point |
A point as Vertex
|
| vertex |
The translated Vertex
|