From a962ba9c853a797e9a41b2830ec0181b167d8cd9 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 10 Sep 2023 02:44:01 -0500 Subject: reorg --- lri-proto/proto/matrix3x3f.proto | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lri-proto/proto/matrix3x3f.proto (limited to 'lri-proto/proto/matrix3x3f.proto') diff --git a/lri-proto/proto/matrix3x3f.proto b/lri-proto/proto/matrix3x3f.proto new file mode 100644 index 0000000..a1558b2 --- /dev/null +++ b/lri-proto/proto/matrix3x3f.proto @@ -0,0 +1,15 @@ +syntax = "proto2"; + +package ltpb; + +message Matrix3x3F { + required float x00 = 1; + required float x01 = 2; + required float x02 = 3; + required float x10 = 4; + required float x11 = 5; + required float x12 = 6; + required float x20 = 7; + required float x21 = 8; + required float x22 = 9; +} -- cgit 1.4.1-3-g733a5