concreteproperties.utils.local_to_global#
- local_to_global(theta, u, v)[source]#
Determines the global coordinates of the local point (
u
,v
) given local axis angletheta
.- Parameters
theta (
float
) – Angle (in radians) the local axis makes with the horizontal axis (\(-\pi \leq \theta \leq \pi\))u (
float
) – u-coordinate of the point in the local axisv (
float
) – v-coordinate of the point in the local axis
- Returns
Tuple
[float
,float
] – Global axis coordinates (x
,y
)