sims_4x4 data

I'm trying to decipher this roomplan api data output. Dimensions: the simd3 is width and height and I think thickness in meters but the spacial information is not clear to me and I can't find any info on it. an insights on this? *** CAPTURED ROOM OBJECTS *** Walls:

  • Identifier: 9F4BEEBB-990C-42F3-A0BC-912E1F770877
  • Dimensions: SIMD3<Float>(5.800479, 2.4299998, 0.0)
  • Category: wall
  • Transform:
    • SIMD4<Float>(0.25821668, 0.0, 0.966087, 0.0)
    • SIMD4<Float>(0.0, 1.0, 0.0, 0.0)
    • SIMD4<Float>(-0.966087, 0.0, 0.2582167, 0.0)
    • SIMD4<Float>(2.463065, -0.27346277, -0.5366996, 1.0)
  • Identifier: A72544F5-068D-4F19-8FA4-60C1331003E3
  • Dimensions: SIMD3<Float>(2.28993, 2.4299998, 0.0)
  • Category: wall
  • Transform:
    • SIMD4<Float>(0.966087, 0.0, -0.2582166, 0.0)
    • SIMD4<Float>(0.0, 1.0, 0.0, 0.0)
    • SIMD4<Float>(0.25821656, 0.0, 0.966087, 0.0)
    • SIMD4<Float>(0.608039, -0.27346277, -3.0429342, 1.0)

Replies

That is 4x4 matrix that contains Transform.

Transform represents position(x, y, z), rotation(eulerangles x, y, z), scale (x, y, z)