Compare commits

..

1 Commits

Author SHA1 Message Date
Oğuzhan Koral 3bb4039c78 Update transform value to matrix on send (#394) 2024-10-28 14:19:02 +03:00
@@ -19,7 +19,7 @@ module SpeckleConnector
id: nil
)
self[:units] = units
self[:value] = value
self[:matrix] = value
end
def self.from_transformation(transformation, units)