Voting helps other researchers find interesting modules.
Information for transforming a point from an "old" to "new" coordinate frame. Applied as follows: vertex_new = scale * vertex_old + translate
scale
float()
nil
translate
GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransformTranslate.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransform{ scale: float() | nil, translate: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransformTranslate.t() | nil }
@spec decode(struct(), keyword()) :: struct()