Model.hm_xpointlocal#

Model.hm_xpointlocal(system, x, y, z)#

Transforms a coordinate into a local system and returns the x value of the transformed point.

Parameters:
  • system (Entity) – The object describing the system entity into which the point should be transformed.

  • x (double) – The x coordinate of the point to be transformed in the global system.

  • y (double) – The y coordinate of the point to be transformed in the global system.

  • z (double) – The z coordinate of the point to be transformed in the global system.

Returns: