Skip to content

Commit f311c17

Browse files
committed
fix typo on transforms & instance poses
1 parent b2320cb commit f311c17

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

crates/store/re_types/definitions/rerun/archetypes/instance_poses3d.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace rerun.archetypes;
1414
///
1515
/// From the point of view of the entity's coordinate system,
1616
/// all components are applied in the inverse order they are listed here.
17-
/// E.g. if both a translation and a max3x3 transform are present,
17+
/// E.g. if both a translation and a mat3x3 transform are present,
1818
/// the 3x3 matrix is applied first, followed by the translation.
1919
///
2020
/// Currently, many visualizers support only a single instance transform per entity.

crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace rerun.archetypes;
44
///
55
/// From the point of view of the entity's coordinate system,
66
/// all components are applied in the inverse order they are listed here.
7-
/// E.g. if both a translation and a max3x3 transform are present,
7+
/// E.g. if both a translation and a mat3x3 transform are present,
88
/// the 3x3 matrix is applied first, followed by the translation.
99
///
1010
/// Whenever you log this archetype, the state of the resulting transform relationship is fully reset to the new archetype.

crates/store/re_types/src/archetypes/instance_poses3d.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/store/re_types/src/archetypes/transform3d.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/reference/types/archetypes/instance_poses3d.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/reference/types/archetypes/transform3d.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_cpp/src/rerun/archetypes/instance_poses3d.hpp

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_cpp/src/rerun/archetypes/transform3d.hpp

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/archetypes/instance_poses3d.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/archetypes/transform3d.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)